Class DataGridCellsPanel
Inheritance
System.Object
DataGridCellsPanel
Namespace: Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataGridCellsPanel : Panel
Constructors
DataGridCellsPanel()
Declaration
public DataGridCellsPanel()
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|