ASPxSiteMapControlBase.ColumnSeparatorStyle Property
In This Article
Gets an object responsible for the style settings of column separators.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ColumnSeparatorStyle ColumnSeparatorStyle { get; }
#Property Value
Type | Description |
---|---|
Column |
A Column |
#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