WinUI

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

    Show / Hide Table of Contents

    Class GridHeaderIndentCell

    Represents a class that provides commmon functionalities of HeaderIndentcells in SfDataGrid.

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

    Constructors

    GridHeaderIndentCell()

    Initializes a new instance of GridHeaderIndentCell class.

    Declaration
    public GridHeaderIndentCell()

    Methods

    Dispose(Boolean)

    Disposes all the resources used by the GridHeaderIndentCell 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
    GridIndentCell.Dispose(Boolean)

    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
    GridIndentCell.OnCreateAutomationPeer()

    Implements

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