Interface
ICollapsibleElement

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:

cs-api-definition
public interface ICollapsibleElement

Properties

CollapseMaxSteps

Gets the max number of steps needed for collapsing the collapsible element.

Declaration

cs-api-definition
int CollapseMaxSteps { get; }

Property Value

int

CollapseStep

Gets the current collapse step for the collapsible element.

Declaration

cs-api-definition
int CollapseStep { get; set; }

Property Value

int

ExpandedSize

Gets or sets a value indicating the expanded size of the element.

Declaration

cs-api-definition
Size ExpandedSize { get; set; }

Property Value

Size

Methods

CollapseElement(Size)

Collapses the element.

Declaration

cs-api-definition
bool CollapseElement(Size preferredSize)

Parameters

preferredSize

Size

Returns

bool

ExpandElement()

Expands the element.

Declaration

cs-api-definition
bool ExpandElement()

Returns

bool