AceoffixCtrlFileTitle Property |
The default file name of the Save As dialog box prompted by AceoffixCtrl at the client side.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic string FileTitle { get; set; }
Public Property FileTitle As String
Get
Set
<asp:AceoffixCtrl FileTitle="String" />
Property Value
Type:
StringThe default value is the default file name.
RemarksWhen 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