Click or drag to resize
ContextMenuSettingsSkin Property
Gets or sets the skin name for the context menu.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string Skin { get; set; }

Property Value

Type: String
A string indicating the skin name for the context menu. The default is "Default".
Remarks

If this property is not set, the control will render using the skin named "Default". If EnableEmbeddedSkins is set to false, the control will not render skin.

See Also