Back to Devexpress

ColumnStyle Class

aspnet-devexpress-dot-web-c4d36edc.md

latest2.5 KB
Original Source

ColumnStyle Class

Defines style settings for columns.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColumnStyle :
    AppearanceStyleBase
vb
Public Class ColumnStyle
    Inherits AppearanceStyleBase

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase ColumnStyle

See Also

ColumnStyle Members

ColumnStyle

Style

DevExpress.Web Namespace