ColumnStyle Class
In This Article
Defines style settings for columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ColumnStyle :
AppearanceStyleBase
#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