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 DataGrid.

FocusSink

string

“focusSink”

A style that targets a focus sink.

Viewport

string

“viewport”

A style that targets the viewport.

Canvas

string

“canvas”

A style that targets the canvas.

GroupByPanel

string

“groupByPanel

A style that targets a groupByPanel.

GroupByPanelElement

string

“groupByPanelElement

A style that targets an element of the groupByPanel.

ColumnHeaderRow

string

“columnHeaderRow”

A style that targets a columnHeaderRow.

ColumnHeaderCell

string

“columnHeaderCell”

A style that targets a columnHeaderCell.

DraggedColumnHeaderCell

string

“draggedColumnHeaderCell”

A style that targets a columnHeaderCell when dragged.

ColumnResizeHandle

string

“columnResizeHandle”

A style that targets a columnResizeHandle.

ColumnReorderDropMark

string

“columnReorderDropMark”

A style that targets a columnReorderDropMark.

GroupHeader

string

“groupHeader”

A style that targets a groupHeader.

DataRow

string

“dataRow”

A style that targets a dataRow.

DataCell

string

“dataCell”

A style that targets a dataCell.

FilterRow

string

“filterRow”

A style that targets a filterRow.

FilterCell

string

“filterCell”

A style that targets a filterCell.

FilterEditor

string

“filterEditor”

A style that targets a filterEditor.

FilterEditorElement

string

“filterEditorElement”

A style that targets a line of the filterEditor.

Tooltip

string

“tooltip”

A style that targets a tooltip.

FixedHeadersPanel

string

“fixedHeadersPanel”

A style that targets a fixedHeadersPanel.

FixedFootersPanel

string

“fixedFootersPanel”

A style that targets a fixedHeadersPanel.

ColumnChooser

string

“columnChooser”

A style that targets a columnChooser.

Paginator

string

“paginator”

A style that targets a paginator.

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.