Back to Devexpress

CardViewColumn.Settings Property

aspnet-devexpress-dot-web-dot-cardviewcolumn-faecbb1a.md

latest1.2 KB
Original Source

CardViewColumn.Settings Property

Provides access to the column’s options.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewDataColumnSettings Settings { get; }
vb
Public ReadOnly Property Settings As CardViewDataColumnSettings

Property Value

TypeDescription
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

Card View

CardViewColumn Class

CardViewColumn Members

DevExpress.Web Namespace