Gets or sets a value indicating whether the items in the dropdown list are sorted.
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool SortItems { get; set; } |
Visual Basic |
---|
Public Property SortItems As Boolean Get Set |
Visual C++ |
---|
public: property bool SortItems { bool get (); void set (bool value); } |
F# |
---|
member SortItems : bool with get, set |
Property Value
Type: Booleantrue if items are sorted; otherwise, false.