Skip to main content
Tab

CardViewDataColumnSettings Class

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

The following members return CardViewDataColumnSettings objects:

#Remarks

An object of the CardViewDataColumnSettings type can be accessed by the CardViewColumn.Settings property.

#Implements

See Also