SiteMapColumn.Style Property
In This Article
Gets the column’s style settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ColumnStyle Style { get; }
#Property Value
Type | Description |
---|---|
Column |
A Column |
#Remarks
The Style property provides access to the style settings which define the appearance style of the current column.
A common appearance style can be applied to all columns within a site map control by using the ASPxSiteMapControlBase.ColumnStyle property.
See Also