Back to Devexpress

ASPxCardViewBeforeHeaderFilterFillItemsEventArgs.Column Property

aspnet-devexpress-dot-web-dot-aspxcardviewbeforeheaderfilterfillitemseventargs.md

latest1.2 KB
Original Source

ASPxCardViewBeforeHeaderFilterFillItemsEventArgs.Column Property

Gets the data column currently being filtered.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewColumn Column { get; }
vb
Public ReadOnly Property Column As CardViewColumn

Property Value

TypeDescription
CardViewColumn

A CardViewColumn object that represents the data column currently being filtered.

|

See Also

ASPxCardViewBeforeHeaderFilterFillItemsEventArgs Class

ASPxCardViewBeforeHeaderFilterFillItemsEventArgs Members

DevExpress.Web Namespace