Enum EPCommandCustomType
A list of command types that need to be handled specifically within the UI client application itself
Namespace: LemonEdge.Client.Core.Commands
Assembly: ClientCore.dll
Syntax
public enum EPCommandCustomType
Fields
Name | Description |
---|---|
ColumnSelector | A special command indicating it performs a column visibility selection on a grid, and needs specific implementation in the client application that can not be provided generically in the core UI code |
None | The default command type for all commands in the system |
Search | A special command indicating it performs a search on a grid, and needs specific implementation in the client application that can not be provided generically in the core UI code |