Class
DataGridCellsPanel

Represents a panel that lays out cells in a RadDataGrid component.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataGridCellsPanel : Panel

Inheritance: objectDataGridCellsPanel

Constructors

DataGridCellsPanel()

Initializes a new instance of the DataGridCellsPanel class.

Declaration

cs-api-definition
public DataGridCellsPanel()

Methods

ArrangeOverride(Size)

Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

The final area within the parent that this object should use to arrange itself and its children.

Returns

Size

The actual size that is used after the element is arranged in layout.

MeasureOverride(Size)

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Returns

Size

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer