PDFView4NET WPF Edition
Sort Property




O2S.Components.PDFView4NET.Forms Namespace > PDFListField Class : 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;}
public: __property bool get_Sort();
public: __property void set_Sort( 
   bool value
);
public:
property bool Sort {
   bool get();
   void set (    bool value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFListField Class
PDFListField Members