CardViewDataColumnSettings Class
In This Article
Contains settings that relate to the sorting and filtering functionality of a column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CardViewDataColumnSettings :
GridDataColumnSettings
#Related API Members
The following members return CardViewDataColumnSettings objects:
#Remarks
An object of the CardViewDataColumnSettings type can be accessed by the CardViewColumn.Settings property.
#Implements
#Inheritance
Object
StateManager
GridDataColumnSettings
CardViewDataColumnSettings
See Also