Back to Devexpress

ASPxSiteMapControlBase.ColumnStyle Property

aspnet-devexpress-dot-web-dot-aspxsitemapcontrolbase-0155849b.md

latest1.6 KB
Original Source

ASPxSiteMapControlBase.ColumnStyle Property

Gets the style settings for all columns within the site map control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ColumnStyle ColumnStyle { get; }
vb
Public ReadOnly Property ColumnStyle As ColumnStyle

Property Value

TypeDescription
ColumnStyle

A ColumnStyle object that contains the style settings for the columns.

|

Remarks

The ColumnStyle property provides access to the style settings which define the appearance style of all columns within the current site map control.

A specific style can be applied to a particular column by using the column’s SiteMapColumn.Style property.

See Also

Style

Site Map Control

ASPxSiteMapControlBase Class

ASPxSiteMapControlBase Members

DevExpress.Web Namespace