Click or drag to resize

PdfListFieldSort Property

Gets or sets the form field's sort flag.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool Sort { 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