DataViewOperation Enumeration
Identifies the different operations that produce state changes for a data view.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
[FlagsAttribute]
public enum DataViewOperation
<FlagsAttribute>
Public Enumeration DataViewOperation
Filtering | 1 |
Indicates a data filtering operation.
|
Sorting | 2 |
Indicates a data sort operation.
|
VisibleFieldsSetting | 4 |
Indicates a visible field configuration operation.
|
RestoreVisibleFields | 8 |
Indicates a restore visible fields operation.
|
LoadMoreDataItemsTop | 16 |
Indicates an operation to load more data elements from above.
|
LoadMoreDataItemsBottom | 32 |
Indicates an operation to load more data elements below.
|