Back to Devexpress

BootstrapCardViewTextColumn Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-0007a69a.md

latest1.8 KB
Original Source

BootstrapCardViewTextColumn Class

Represents a data column used to display string values.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapCardViewTextColumn :
    BootstrapCardViewEditColumn
vb
Public Class BootstrapCardViewTextColumn
    Inherits BootstrapCardViewEditColumn

Remarks

The column editor’s settings can be accessed and customized using the BootstrapCardViewTextColumn.PropertiesTextEdit property.

To learn more, see Data Columns.

Inheritance

Object StateManager CollectionItem WebColumnBase CardViewColumn BootstrapCardViewColumn BootstrapCardViewEditColumn BootstrapCardViewTextColumn

See Also

BootstrapCardViewTextColumn Members

Card View

DevExpress.Web.Bootstrap Namespace