Back to Devexpress

ColumnSeparatorStyle Class

aspnet-devexpress-dot-web-1480eb44.md

latest2.5 KB
Original Source

ColumnSeparatorStyle Class

Defines style settings for column separators.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColumnSeparatorStyle :
    AppearanceStyle
vb
Public Class ColumnSeparatorStyle
    Inherits AppearanceStyle

The following members return ColumnSeparatorStyle objects:

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle ColumnSeparatorStyle

See Also

ColumnSeparatorStyle Members

ColumnSeparatorStyle

DevExpress.Web Namespace