Skip to main content

TdxSkinChooserGalleryItem.VisibleLookAndFeelStyles Property

Controls the visibility of skins and specific built-in look and feel styles within the gallery.

Declaration

property VisibleLookAndFeelStyles: TcxLookAndFeelStyles read; write; default [lfsSkin];

Property Value

Type Description
TcxLookAndFeelStyles

The set of look & feel styles.

Remarks

Values include:

Value

Description

lfsFlat, lfsStandard, lfsUltraFlat, lfsOffice11, or lfsNative

Setting any of these flags adds the “Built-In Look and Feel Styles” group to the gallery and populates this group with corresponding built-in look and feel style(s).

Look & Feel Styles

lfsSkin

Setting this flag adds skin groups to the gallery and populates them with corresponding skins. The gallery automatically creates the “User Skins” group for all skins that are programmatically added to it.

Skins

The gallery is populated as specified by the VisibleLookAndFeelStyles property unless the OnPopulate event has been handled. In that case, you have to manually populate the gallery.

Default Value

The VisibleLookAndFeelStyles property’s default value is [lfsSkin].

See Also