Class GridIndentCell
Represents a class that provides the common functionalities of IndentCells in SfDataGrid.
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridIndentCell : GridCell, IDisposableConstructors
GridIndentCell()
Initializes a new instance of GridIndentCell
Declaration
public GridIndentCell()Fields
ColumnTypeProperty
Dependency registration for ColumnType.
Declaration
public static readonly DependencyProperty ColumnTypePropertyField 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
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
OnApplyTemplate()
Invoked to apply template for GridIndentCell.
Declaration
protected override void OnApplyTemplate()Overrides
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
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
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
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
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 |