UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridCell - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridCell

    Inheritance
    System.Object
    TreeGridElement
    TreeGridCell
    TreeGridExpanderCell
    TreeGridRowHeaderCell
    TreeGridRowHeaderIndentCell
    Implements
    System.IDisposable
    Inherited Members
    TreeGridElement.SelectionBackgroundProperty
    TreeGridElement.SelectionForegroundProperty
    TreeGridElement.SelectionBackground
    TreeGridElement.SelectionForeground
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TreeGridCell : TreeGridElement, IDisposable

    Constructors

    TreeGridCell()

    Declaration
    public TreeGridCell()

    Fields

    CurrentCellBorderBrushProperty

    Dependency registration for CurrnetCell border brush

    Declaration
    public static readonly DependencyProperty CurrentCellBorderBrushProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    CurrentCellBorderThicknessProperty

    Dependency registration for CurrentCellBorderThickness.

    Declaration
    public static readonly DependencyProperty CurrentCellBorderThicknessProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    ErrorMessageProperty

    Declaration
    public static readonly DependencyProperty ErrorMessageProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    Properties

    ColumnBase

    Declaration
    public TreeDataColumnBase ColumnBase { get; }
    Property Value
    Type Description
    TreeDataColumnBase

    CurrentCellBorderBrush

    Gets or sets Brush for CurrnetCell border.

    Declaration
    public Brush CurrentCellBorderBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    CurrentCellBorderThickness

    Gets or sets a thickness for CurrentCell border

    Declaration
    public Thickness CurrentCellBorderThickness { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Thickness

    ErrorMessage

    Gets or sets cell error message which is displayed in cell error indicator's ToolTip.

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    System.String

    HasError

    Gets a value indicating whether TreeGridCell has error or not.

    Declaration
    public bool HasError { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ApplyValidationVisualState(Boolean)

    Updates the Visual State of the TreeGridCell based on the cell validation applied on SfTreeGrid.

    Declaration
    protected virtual void ApplyValidationVisualState(bool canApplyDefaultState = true)
    Parameters
    Type Name Description
    System.Boolean canApplyDefaultState

    Dispose()

    Disposes all the resources used by the TreeGridCell class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the TreeGridCell class.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize
    Returns
    Type Description
    Windows.Foundation.Size

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    OnDoubleTapped(DoubleTappedRoutedEventArgs)

    Declaration
    protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs e

    OnHolding(HoldingRoutedEventArgs)

    When long press on SfTreeGrid Cell, Context menu appears for the selected cell. We are using this event for context menu support in Record cell and Expander cell.

    Declaration
    protected override void OnHolding(HoldingRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.HoldingRoutedEventArgs e

    Holding event arguments

    OnPointerEntered(PointerRoutedEventArgs)

    Method override to set tooltip for the TreeGridCell

    Declaration
    protected override void OnPointerEntered(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerMoved(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerPressed(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerPressed(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerReleased(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnRightTapped(RightTappedRoutedEventArgs)

    When Right click the SfDataGrid Cell, Context menu appears for the selected cell. We are using this event for context menu support in Record cell and Expander cell.

    Declaration
    protected override void OnRightTapped(RightTappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.RightTappedRoutedEventArgs e

    Right tapped event arguments

    OnTapped(TappedRoutedEventArgs)

    Declaration
    protected override void OnTapped(TappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.TappedRoutedEventArgs e

    ShowContextMenu(Point)

    Declaration
    protected virtual bool ShowContextMenu(Point position)
    Parameters
    Type Name Description
    Windows.Foundation.Point position
    Returns
    Type Description
    System.Boolean

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved