WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridExpanderCellControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridExpanderCellControl

    Inheritance
    System.Object
    GridExpanderCellControl
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public class GridExpanderCellControl : Control

    Constructors

    GridExpanderCellControl()

    Declaration
    public GridExpanderCellControl()

    Fields

    IsExpandedProperty

    Declaration
    public static readonly DependencyProperty IsExpandedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    IsExpanded

    Gets or sets a value indicating whether this instance Expanded or Collapse.

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance ; otherwise, false.

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved