Skip to main content
A newer version of this page is available. .
Tab

SiteMapColumn.Style Property

Gets the column’s style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ColumnStyle Style { get; }

Property Value

Type Description
ColumnStyle

A ColumnStyle object that contains the style settings of the 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