Skip to main content
Tab

ColumnSeparatorStyle Class

Defines style settings for column separators.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ColumnSeparatorStyle :
    AppearanceStyle

Remarks

The ColumnSeparatorStyle class contains settings that define the style of column separators within a site map control.

An object of the ColumnSeparatorStyle type can be accessed via the ASPxSiteMapControlBase.ColumnSeparatorStyle property of a site map control.

See Also