ColumnSeparatorStyle Class
In This Article
Defines style settings for column separators.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ColumnSeparatorStyle :
AppearanceStyle
#Related API Members
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.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
ColumnSeparatorStyle
See Also