Back to Devexpress

ASPxSiteMapControlBase.ColumnSeparatorStyle Property

aspnet-devexpress-dot-web-dot-aspxsitemapcontrolbase-0d284095.md

latest1.9 KB
Original Source

ASPxSiteMapControlBase.ColumnSeparatorStyle Property

Gets an object responsible for the style settings of column separators.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
ColumnSeparatorStyle

A ColumnSeparatorStyle object that specifies the style applied to column separators.

|

Remarks

Column separators delimit columns from each other. The style settings of separators can be defined via the properties of an object returned by this property.

Note that column separators are not displayed and their settings are not taken in account if the ColumnSeparatorStyle.Width property is set to 0 value.

See Also

Width

Site Map Control

ASPxSiteMapControlBase Class

ASPxSiteMapControlBase Members

DevExpress.Web Namespace