ASPxSiteMapControlBase.ColumnSeparatorStyle Property
Gets an object responsible for the style settings of column separators.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
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