TdxRibbonSkinSelectorInRibbonSkinOptions.Collapsed Property
Specifies if a skin chooser gallery is collapsed in a Ribbon UI.
Declaration
property Collapsed; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
Use the Collapsed
property to expand or collapse the skin chooser gallery of a Ribbon Skin Selector in a Ribbon UI.
Property Value Examples
The following table demonstrates the difference between Collapsed
property values under the same conditions:
Value | Description | Example |
---|---|---|
True (default) |
The skin chooser gallery is collapsed and displays only the active skin. A click on the skin chooser gallery displays a drop-down menu with a gallery that allows users to switch between available skins. | |
False |
The skin chooser gallery displays a scrollable list of available skins where users can switch between them directly. A click on a drop-down button displays a skin chooser gallery in a drop-down menu. |
Default Value
The Collapsed
property’s default value is True
.
See Also