Initializes a new instance of the EnumerableEditor class.
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public EnumerableEditor( bool sortItems ) |
| Visual Basic |
|---|
Public Sub New ( sortItems As Boolean ) |
| Visual C++ |
|---|
public: EnumerableEditor( bool sortItems ) |
| F# |
|---|
new : sortItems : bool -> EnumerableEditor |
Parameters
- sortItems
- Type: System..::..Boolean
if set to true all items in the drop down list will be sorted.