Extended Style.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[ThemeableAttribute(true)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public class ExtendedItemStyle : TableItemStyle
Visual Basic (Declaration)
<ThemeableAttribute(True)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Class ExtendedItemStyle _
	Inherits TableItemStyle

Inheritance Hierarchy

See Also