Skip to main content
A newer version of this page is available. .
Tab

CardViewDataColumnSettings Class

Contains settings that relate to the sorting and filtering functionality of a column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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