TdxSkinChooserGalleryItem.SelectedSkinName Property
Specifies the selected gallery item by the corresponding skin name.
Declaration
property SelectedSkinName: string read; write;
Property Value
| Type | Description |
|---|---|
| string | The selected skin name. |
Remarks
The gallery item selection is performed if the SelectedSkinName property matches the item’s SkinName property.
You can handle the OnSkinChanged event to respond to SelectedSkinName property value changes.
See Also