Class CellUIElements
Holds the list of UIElement child elements for a cell.
Inheritance
System.Object
CellUIElements
Namespace: Syncfusion.Windows.Controls.Cells
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class CellUIElements : Object
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 |
|
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. |