Back to Devexpress

BootstrapCardViewImageColumn Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-f879c36d.md

latest1.9 KB
Original Source

BootstrapCardViewImageColumn Class

epresents a data column that displays images located at the specified URLs.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Remarks

BootstrapCardViewImageColumn objects represent data columns used to display images. Images are obtained from URLs contained within a data field the column is bound to. The column editor’s settings can be accessed and customized using the BootstrapCardViewImageColumn.PropertiesImage property.

Inheritance

Object StateManager CollectionItem WebColumnBase CardViewColumn BootstrapCardViewColumn BootstrapCardViewEditColumn BootstrapCardViewImageColumn

See Also

BootstrapCardViewImageColumn Members

Card View

DevExpress.Web.Bootstrap Namespace