ThemeBase Members
Represents the base class for the GridControl themes.Properties
Name | Description |
---|---|
AndroidRefreshCustomizer | Customizes the color of the Android refreshing bar. |
AutoFilterPanelCustomizer | Customizes the Auto-Filter panel. |
CellCustomizer | Customizes grid cell’s visual attributes such as font, background color and so on. |
ColumnChooserCustomizer | Customizes the Column Chooser. |
DialogFormCustomizer | Customizes both the Column Chooser and the Popup Edit Form. |
EditorCustomizer | Customizes editors located within the Auto-Filter panel. |
FilterPanelCustomizer | Customizes the filter panel. |
GridControlCustomizer | Customizes GridControl‘s visual attributes (such as background and border colors, border thickness and so on). |
GroupCustomizer | Customizes group rows. |
HeaderCustomizer | Customizes GridControl header’s visual attributes (such as font, background and border color), the arrows shown while sorting grid values and so on. |
IOSRefreshCustomizer | Customizes the color of the iOS refreshing icon. |
LoadMoreViewCustomizer | Customizes the Load More panel shown when an end-user scrolls to the bottom of the grid. |
Name | Gets the name of the applied grid theme. |
NewItemRowCustomizer | Customizes the New Item Row. |
SaveCancelButtonsPanelCustomizer | Customizes the Apply/Cancel panel that appears when you either add a new row to a grid or edit grid data with the Inplace row edit mode. |
TotalSummaryCustomizer | Customizes the total summaries appearance. |
Methods
Name | Description |
---|---|
CreateDefaultFont(Color, FontAttributes) static | Creates and returns a ThemeFontAttributes object with the specified font attributes and color. |
CreateDefaultFont(Color) static | Creates and returns a ThemeFontAttributes object with the default font attributes and the specified color. |
CreateDefaultFontForFormEditors(Color) static | Creates and returns a ThemeFontAttributes object with the default font attributes and the specified color. |
CreateDefaultPadding() static | Creates and returns the Thickness object that corresponds to the default paddings. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also