Class RadCollapsiblePanel
Inheritance
System.Object
RadCollapsiblePanel
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadCollapsiblePanel : Panel
Constructors
RadCollapsiblePanel()
Declaration
public RadCollapsiblePanel()
Fields
ItemSpacingProperty
Declaration
public static readonly DependencyProperty ItemSpacingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SmallButtonsPerColumnProperty
Declaration
public static readonly DependencyProperty SmallButtonsPerColumnProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
GetItemSpacing(DependencyObject)
Declaration
public static int GetItemSpacing(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
|
System.Int32
|
GetSmallButtonsPerColumn(DependencyObject)
Declaration
public static int GetSmallButtonsPerColumn(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
|
System.Int32
|
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
|
SetItemSpacing(DependencyObject, Int32)
Declaration
public static void SetItemSpacing(DependencyObject obj, int value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
System.Int32
value
|
SetSmallButtonsPerColumn(DependencyObject, Int32)
Declaration
public static void SetSmallButtonsPerColumn(DependencyObject obj, int value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
System.Int32
value
|