PdfComboFieldSort Property |
Gets or sets the form field's "Sort" flag.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool Sort { get; set; }
Public Property Sort As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
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