Hide

YetaWF Documentation

Display
Print

Skin Component

Skin (Display)

Displays the selected page skin information. The model defines the skin definition and cannot be null.

Model Type: YetaWF.Core.Skins.SkinDefinition

[Category("Skin"), Caption("Skin"), Description("The skin used to display pages/popups")]
[UIHint("Skin"), ReadOnly]
public SkinDefinition SelectedSkin { get; set; }

Skin (Edit)

Allows selection of a page skin from all the available skin collections.

Model Type: YetaWF.Core.Skins.SkinDefinition

AdditionalMetadata Attributes

NameTypeDefaultDescription
NoDefaultboolfalseDefines whether a "(Site Default)" entry is automatically added as the first entry, with a value of null
[Category("Skin"), Caption("Skin"), Description("The skin used to display pages/popups")]
[UIHint("Skin"), Trim]
public SkinDefinition SelectedSkin { get; set; }