Enum GridTreeExpandGlyph
Enumerates the possible glyphs that appear in the expand cell.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridTreeExpandGlyph
Fields
| Name | Description |
|---|---|
| Custom | Raises an event where you can define the glyph. |
| PlusMinus | Displayes a +- glyph. |
| PlusMinusLines | Displays a ++- glyph with treelines. |
| Themed | Displays themed based expander as in the GridTreeControl |
| Triangle | Displays a triangle. |