TitleIndexItemCommandEventArgs.Item Property
In This Article
Gets an item object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TitleIndexItem Item { get; }
#Property Value
Type | Description |
---|---|
Title |
A Title |
#Remarks
The Item property represents a TitleIndexItem object concerned with raising the event.
See Also