alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved