Click or drag to resize
AceoffixCtrlFileTitle Property
The default file name of the Save As dialog box prompted by AceoffixCtrl at the client side.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public string FileTitle { get; set; }

Property Value

Type: String
The default value is the default file name.
Remarks
When user try to save the document to local disk at the client side, the Save As dialog appears to allow user to save it under a new file name or location. The FileTitle is the new default file name that appears in the Save As dialog.
See Also