Skip to main content
A newer version of this page is available. .
Tab

ColumnStyle Class

Defines style settings for columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ColumnStyle :
    AppearanceStyleBase

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.

See Also