TitleIndexItemTemplateContainer(TitleIndexItem) Constructor
Initializes a new instance of the TitleIndexItemTemplateContainer class with the specified setting.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | TitleIndexItem | A TitleIndexItem object specifying the item which the current object belongs to. |
Remarks
This constructor is used to create a new TitleIndexItemTemplateContainer class instance and initialize its TitleIndexItemTemplateContainer.Item property with the specified value.
See Also