Indicates whether control will use default style for empty style values.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] public bool UseDefaultStyle { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(True)> _ Public Property UseDefaultStyle As Boolean Get Set |