WPF

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

    Show / Hide Table of Contents

    Class GridIndentCell

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

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

    Properties

    ColumnType

    Gets or sets the IndentColumnType for the ColumnType.

    Declaration
    public IndentColumnType ColumnType { get; set; }
    Property Value
    Type Description
    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()

    Declaration
    public 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
    System.Windows.Automation.Peers.AutomationPeer

    The class-specific AutomationPeer subclass.

    Overrides
    GridCell.OnCreateAutomationPeer()

    OnMouseDoubleClick(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnMouseDoubleClick(MouseButtonEventArgs)

    OnMouseUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnMouseUp(MouseButtonEventArgs)

    OnPreviewMouseDown(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnPreviewMouseDown(MouseButtonEventArgs)

    OnPreviewMouseUp(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnPreviewMouseUp(MouseButtonEventArgs)

    Implements

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