menu

WPF

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

    Show / Hide Table of Contents

    Class GridHeaderIndentCell

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

    Inheritance
    System.Object
    GridElement
    GridCell
    GridIndentCell
    GridHeaderIndentCell
    Implements
    System.IDisposable
    Inherited Members
    GridCell.ApplyGridCellVisualStates(String, Boolean)
    GridCell.ApplyValidationVisualState(Boolean)
    GridCell.CellSelectionBrush
    GridCell.CellSelectionBrushProperty
    GridCell.ColumnBase
    GridCell.CurrentCellBorderBrush
    GridCell.CurrentCellBorderBrushProperty
    GridCell.CurrentCellBorderThickness
    GridCell.CurrentCellBorderThicknessProperty
    GridCell.CurrentCellBorderVisibility
    GridCell.CurrentCellBorderVisibilityProperty
    GridCell.Dispose()
    GridCell.ErrorMessage
    GridCell.ErrorMessageProperty
    GridCell.HasError
    GridCell.OnColumnChanged()
    GridCell.OnDataColumnPropertyChanged(String)
    GridCell.OnMouseDown(MouseButtonEventArgs)
    GridCell.OnMouseEnter(MouseEventArgs)
    GridCell.OnMouseMove(MouseEventArgs)
    GridCell.OnPreviewMouseWheel(MouseWheelEventArgs)
    GridCell.SelectionBorderVisibility
    GridCell.SelectionBorderVisibilityProperty
    GridCell.SelectionForegroundBrush
    GridCell.SelectionForegroundBrushProperty
    GridCell.ShowContextMenu()
    GridCell.UseDrawing
    GridCell.UseDrawingProperty
    GridElement.AnimationOpacity
    GridElement.AnimationOpacityProperty
    GridIndentCell.CanSelectCurrentCell()
    GridIndentCell.ColumnType
    GridIndentCell.ColumnTypeProperty
    GridIndentCell.OnMouseDoubleClick(MouseButtonEventArgs)
    GridIndentCell.OnMouseUp(MouseButtonEventArgs)
    GridIndentCell.OnPreviewMouseDown(MouseButtonEventArgs)
    GridIndentCell.OnPreviewMouseUp(MouseButtonEventArgs)
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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)

    OnApplyTemplate()

    Builds the visual tree for the GridHeaderIndentCell when a new template is applied.

    Declaration
    public override void OnApplyTemplate()
    Overrides
    GridIndentCell.OnApplyTemplate()

    OnCreateAutomationPeer()

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

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer

    The class-specific AutomationPeer subclass.

    Overrides
    GridIndentCell.OnCreateAutomationPeer()

    Implements

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