ICollapsibleElement
Interface
Defines methods and properties for a calapsible element. For example, RadRibonBarChunk is a collapsible element.
Definition
Namespace:Telerik.WinControls.Layouts
Assembly:Telerik.WinControls.dll
Syntax:
C#
public interface ICollapsibleElement
Properties
Gets the max number of steps needed for collapsing the collapsible element.
C#
int CollapseMaxSteps { get; }
Gets the current collapse step for the collapsible element.
C#
int CollapseStep { get; set; }
Gets or sets a value indicating the expanded size of the element.
C#
Size ExpandedSize { get; set; }
Methods
Expands the element.