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

BootstrapCardViewColumn.Settings Property

Provides access to the column’s options.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewColumnSettings Settings { get; }

Property Value

Type Description
BootstrapCardViewColumnSettings

A BootstrapCardViewColumnSettings 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