ColumnStyle Class
Defines style settings for columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return ColumnStyle objects:
Remarks
The ColumnStyle class contains settings that define the style of columns within a site map control.
An object of the ColumnStyle type can be accessed via the ASPxSiteMapControlBase.ColumnStyle property of a site map control and the SiteMapColumn.Style property of an individual column.
Inheritance
See Also