StyleType
Description
A StyleType
is an enum that specifies the type of component targeted by a style.
Possible Values
Name |
Type |
Value |
Description |
---|---|---|---|
DataGrid |
string |
“dataGrid” |
A style that targets the |
FocusSink |
string |
“focusSink” |
A style that targets a focus sink. |
Viewport |
string |
“viewport” |
A style that targets the |
Canvas |
string |
“canvas” |
A style that targets the |
GroupByPanel |
string |
“groupByPanel |
A style that targets a |
GroupByPanelElement |
string |
“groupByPanelElement |
A style that targets an element of the |
ColumnHeaderRow |
string |
“columnHeaderRow” |
A style that targets a |
ColumnHeaderCell |
string |
“columnHeaderCell” |
A style that targets a |
DraggedColumnHeaderCell |
string |
“draggedColumnHeaderCell” |
A style that targets a |
ColumnResizeHandle |
string |
“columnResizeHandle” |
A style that targets a |
ColumnReorderDropMark |
string |
“columnReorderDropMark” |
A style that targets a |
GroupHeader |
string |
“groupHeader” |
A style that targets a |
DataRow |
string |
“dataRow” |
A style that targets a |
DataCell |
string |
“dataCell” |
A style that targets a |
FilterRow |
string |
“filterRow” |
A style that targets a |
FilterCell |
string |
“filterCell” |
A style that targets a |
FilterEditor |
string |
“filterEditor” |
A style that targets a |
FilterEditorElement |
string |
“filterEditorElement” |
A style that targets a line of the |
Tooltip |
string |
“tooltip” |
A style that targets a |
FixedHeadersPanel |
string |
“fixedHeadersPanel” |
A style that targets a |
FixedFootersPanel |
string |
“fixedFootersPanel” |
A style that targets a |
ColumnChooser |
string |
“columnChooser” |
A style that targets a |
Paginator |
string |
“paginator” |
A style that targets a |
Remarks
A StyleType
value is required by some types of StyleKey
in order to target specific component.
A StyleType
value is returned by the StyleContext
type property to identify the type of component being targeted by the context.