Skip to main content
Tab

DataViewItemCommandEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DataViewItem Item { get; }

Property Value

Type Description
DataViewItem

A DataViewItem object that represents an item related to the generated event.

See Also