menu

WinUI

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

    Show / Hide Table of Contents

    Class GridIndentCell

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

    Inheritance
    System.Object
    GridCell
    GridIndentCell
    GridHeaderIndentCell
    Implements
    System.IDisposable
    Inherited Members
    GridCell.ApplyGridCellVisualStates(String, Boolean)
    GridCell.ApplyValidationVisualState(Boolean)
    GridCell.ColumnBase
    GridCell.Dispose()
    GridCell.ErrorMessage
    GridCell.ErrorMessageProperty
    GridCell.HasError
    GridCell.OnColumnChanged()
    GridCell.OnDataColumnPropertyChanged(String)
    GridCell.OnHolding(HoldingRoutedEventArgs)
    GridCell.OnPointerEntered(PointerRoutedEventArgs)
    GridCell.OnPointerMoved(PointerRoutedEventArgs)
    GridCell.OnRightTapped(RightTappedRoutedEventArgs)
    GridCell.SelectionForeground
    GridCell.SelectionForegroundProperty
    GridCell.ShowContextFlyout(Point)
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridIndentCell : GridCell, IDisposable

    Constructors

    GridIndentCell()

    Initializes a new instance of GridIndentCell

    Declaration
    public GridIndentCell()

    Fields

    ColumnTypeProperty

    Dependency registration for ColumnType.

    Declaration
    public static readonly DependencyProperty ColumnTypeProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty

    Properties

    ColumnType

    Gets or sets the IndentColumnType for the ColumnType.

    Declaration
    public IndentColumnType ColumnType { get; set; }
    Property Value
    Type
    IndentColumnType

    Methods

    CanSelectCurrentCell()

    Indicates whether the Current Cell can be selected or not.

    Declaration
    protected override bool CanSelectCurrentCell()
    Returns
    Type Description
    System.Boolean

    true if the current cell can be selected; otherwise false.

    Overrides
    GridCell.CanSelectCurrentCell()

    Dispose(Boolean)

    Disposes all the resources used by the GridIndentCell class.

    Declaration
    protected override void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Indicates whether the call is from Dispose method or from a finalizer.

    Overrides
    GridCell.Dispose(Boolean)

    OnApplyTemplate()

    Invoked to apply template for GridIndentCell.

    Declaration
    protected override void OnApplyTemplate()
    Overrides
    GridCell.OnApplyTemplate()

    OnCreateAutomationPeer()

    Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastrcutre.

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

    The class-specific AutomationPeer subclass.

    Overrides
    GridCell.OnCreateAutomationPeer()

    OnDoubleTapped(DoubleTappedRoutedEventArgs)

    Callled before the Double Tapped event occurs.

    Declaration
    protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Input.DoubleTappedRoutedEventArgs e
    Overrides
    GridCell.OnDoubleTapped(DoubleTappedRoutedEventArgs)

    OnPointerPressed(PointerRoutedEventArgs)

    Called before the Pointer pressed event occurs.

    Declaration
    protected override void OnPointerPressed(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e
    Overrides
    GridCell.OnPointerPressed(PointerRoutedEventArgs)

    OnPointerReleased(PointerRoutedEventArgs)

    Called before the Pointer released event Occurs.

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e
    Overrides
    GridCell.OnPointerReleased(PointerRoutedEventArgs)

    OnTapped(TappedRoutedEventArgs)

    Called before the Tapped event occurs.

    Declaration
    protected override void OnTapped(TappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Input.TappedRoutedEventArgs e
    Overrides
    GridCell.OnTapped(TappedRoutedEventArgs)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved