aspnet-devexpress-dot-web-c4d36edc.md
Defines style settings for columns.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ColumnStyle :
AppearanceStyleBase
Public Class ColumnStyle
Inherits AppearanceStyleBase
The following members return ColumnStyle objects:
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.
Object MarshalByRefObject Component Style AppearanceStyleBase ColumnStyle
See Also