Skip to main content
Tab

CardViewColumn.Settings Property

Provides access to the column’s options.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewDataColumnSettings Settings { get; }

Property Value

Type Description
CardViewDataColumnSettings

A CardViewDataColumnSettings object that contains the column’s options.

Remarks

The object returned provides a set of options that specify which elements of a column’s functionality are available to end-users.

See Also