CardViewColumn.Settings Property
In This Article
Provides access to the column’s options.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewDataColumnSettings Settings { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#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