Gets the value of the Container Style

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public TableStyle ContainerStyle { get; }
Visual Basic
<BrowsableAttribute(true)> 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> 
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> 
Public ReadOnly Property ContainerStyle As TableStyle
	Get

Field Value

A Style object

See Also