menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridExpanderCellControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridExpanderCellControl

    Represents a class that provides the common functionalities of ExpanderCellControl in SfDataGrid.

    Inheritance
    System.Object
    GridExpanderCellControl
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridExpanderCellControl : Control

    Constructors

    GridExpanderCellControl()

    Initializes a new instance of GridExpanderCellControl

    Declaration
    public GridExpanderCellControl()

    Fields

    IsExpandedProperty

    Dependency registration for IsExpanded property.

    Declaration
    public static readonly DependencyProperty IsExpandedProperty
    Field Value
    Type
    Windows.UI.Xaml.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()

    Invoked to apply template for GridExpanderCellControl.

    Declaration
    protected override void OnApplyTemplate()

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved