Miner.Data.Decoration Assembly > Miner.Data.Decoration Namespace : DecoratorBase Class |
The following tables list the members exposed by DecoratorBase.
Name | Description | |
---|---|---|
![]() | _caption | The caption for this decorator. |
![]() | _configurator | The dataset configurator for this decorator. |
![]() | _dataSource | The data source assigned to the control of this decorator. |
![]() | _style | The ControlStyle for this decorator. |
Name | Description | |
---|---|---|
![]() | Caption | Gets or sets the caption for this decorator. |
![]() | ClientRules | The list of client-side business rules available to this decorator. |
![]() | Configurator | Gets the dataset configurator for this decorator. |
![]() | ContextMenu | Gets or sets the context menu information needed to build the context menu of the control for this decorator. |
![]() | DataSource | Gets or sets the data displayed in this control. |
![]() | DisplayCategories | The display categories supported by this decorator. |
![]() | HasRefreshRequestedListener | Returns true if a listener has registered for the RefreshRequested event. |
![]() | Style | Gets or sets the unique identifier of the style for this decorator. |
Name | Description | |
---|---|---|
![]() | Refresh | Refreshes the control according to the current data source and style. |
![]() | RequestRefresh | Requests a refresh of the decorator by the client that created it by activating the RefreshRequested event. |
Name | Description | |
---|---|---|
![]() | CheckContextMenu | Insures that a context menu containing menu items has been defined for the grid of this decorator. |
![]() | DragDrop | Handles an item being dropped on this control. |
![]() | DragOver | Handles an item being dragged over this control. |
![]() | MakePopupRecursive | Builds the context menu for a context menu definition, including nested menus. |
![]() | OnRefreshRequested | Activates the RefreshRequested event. |
![]() | ValidateDataSource | Validates the data source to be applied to this decorator. |
Name | Description | |
---|---|---|
![]() | RefreshRequested | Notifies that a refresh of the decorator by the client that created it has been requested. |