PdfComboFieldSort Property |
Gets or sets the form field's "Sort" flag.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool Sort { get; set; }
Public Property Sort As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
If
true, the field's
Options are displayed in alphabetical order. If
false, the
Options are displayed in the order specified.
This property can not be changed if
IsLocked is
true.
See Also