alexa

    Show / Hide Table of Contents

    Class CellUIElements

    Holds the list of UIElement child elements for a cell.

    Inheritance
    System.Object
    CellUIElements
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.WPF.dll
    Syntax
    public class CellUIElements

    Constructors

    CellUIElements()

    Declaration
    public CellUIElements()

    Properties

    AllowUnloadVisuals

    Gets a value indicating whether the visuals of the cell can be unloaded.

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

    true if visuals of the cell can be unloaded; otherwise, false.

    IsArrangeLoadedFirstTime

    Declaration
    public bool IsArrangeLoadedFirstTime { get; set; }
    Property Value
    Type
    System.Boolean

    IsDirty

    When set to true the UIElement will be reinitialized next time OnRender is called.

    Declaration
    public bool IsDirty { get; set; }
    Property Value
    Type
    System.Boolean

    IsMeasureLoadedFirstTime

    Declaration
    public bool IsMeasureLoadedFirstTime { get; set; }
    Property Value
    Type
    System.Boolean

    Renderer

    Gets the renderer.

    Declaration
    public ICellRenderer Renderer { get; }
    Property Value
    Type Description
    ICellRenderer

    The renderer.

    UIElements

    Gets the UI elements.

    Declaration
    public List<UIElement> UIElements { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Windows.UIElement>

    The UI elements.

    Methods

    Unload(VirtualizingCellsControl)

    Unloads the cells from the host.

    Declaration
    public void Unload(VirtualizingCellsControl host)
    Parameters
    Type Name Description
    VirtualizingCellsControl host

    The host.

    Back to top Generated by DocFX