PDFView4NET WinForms Edition


Sort Property
Gets or sets whether the items in the drop down list should be sorted alphabetically or not.
Syntax
'Declaration
 
Public Property Sort As Boolean
'Usage
 
Dim instance As PDFListField
Dim value As Boolean
 
instance.Sort = value
 
value = instance.Sort
public bool Sort {get; set;}

Property Value

True if the items are sorted, false otherwise. Default is false.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also