Skip to main content
A newer version of this page is available. .
Tab

TitleIndexItemEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TitleIndexItem Item { get; }

Property Value

Type Description
TitleIndexItem

A TitleIndexItem object, manipulations on which forced the event to be raised.

Remarks

The Item property represents a TitleIndexItem object concerned with raising the event.

See Also