Extended Style for the table. Contains Cellpadding and Cellspacing properties.

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

Syntax

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

Inheritance Hierarchy

See Also