Class GridTreeExpandGlyph
Enumerates the possible glyphs that appear in the expand cell.
Inheritance
System.Object
GridTreeExpandGlyph
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridTreeExpandGlyph : Enum
Fields
Custom
Raises an event where you can define the glyph.
Declaration
public const GridTreeExpandGlyph Custom
Field Value
Type |
---|
GridTreeExpandGlyph |
PlusMinus
Displayes a +- glyph.
Declaration
public const GridTreeExpandGlyph PlusMinus
Field Value
Type |
---|
GridTreeExpandGlyph |
PlusMinusLines
Displays a ++- glyph with treelines.
Declaration
public const GridTreeExpandGlyph PlusMinusLines
Field Value
Type |
---|
GridTreeExpandGlyph |
Themed
Displays themed based expander as in the GridTreeControl
Declaration
public const GridTreeExpandGlyph Themed
Field Value
Type |
---|
GridTreeExpandGlyph |
Triangle
Displays a triangle.
Declaration
public const GridTreeExpandGlyph Triangle
Field Value
Type |
---|
GridTreeExpandGlyph |