Class GridCell
Inheritance
System.Object
GridCell
Implements
System.IDisposable
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class GridCell : ContentControl, IDisposable
Constructors
GridCell()
Declaration
GridCell(SfCellGrid)
Declaration
public GridCell(SfCellGrid cellGrid)
Parameters
Properties
ColumnIndex
Declaration
public int ColumnIndex { get; set; }
Property Value
RowIndex
Declaration
public int RowIndex { get; set; }
Property Value
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
| Type |
Name |
Description |
| Windows.Foundation.Size |
finalSize |
|
Returns
| Type |
| Windows.Foundation.Size |
Dispose()
Call the Dispose and SuppressFinalize method for dipose the instance of GridCell class.
Declaration
Dispose(Boolean)
Dispose the live resources used by the GridCell class.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
Dispose the instance, if it is True
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
| Type |
Name |
Description |
| Windows.Foundation.Size |
availableSize |
|
Returns
| Type |
| Windows.Foundation.Size |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs |
e |
|
ContextMenu was shown when hold by touch.
Declaration
protected override void OnHolding(HoldingRoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| Windows.UI.Xaml.Input.HoldingRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| Windows.UI.Xaml.Input.TappedRoutedEventArgs |
e |
|
Implements
System.IDisposable
Extension Methods