Gets or sets a value indicating if this control is rendering using the default style sheet.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] public bool EnableDefaultStyling { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(True)> _ Public Property EnableDefaultStyling As Boolean |
| Visual C++ |
|---|
[DefaultValueAttribute(true)] public: property bool EnableDefaultStyling { bool get (); void set (bool value); } |