CustomizeTemplatedItemEventArgs(BaseListBoxControl, Int32, TemplatedItem) Constructor
Initializes a new instance of the CustomizeTemplatedItemEventArgs class with the specified settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public CustomizeTemplatedItemEventArgs(
BaseListBoxControl listBox,
int index,
TemplatedItem item
)
Parameters
Name | Type | Description |
---|---|---|
listBox | BaseListBoxControl | The owner ListBox control. |
index | Int32 | The value to initialize the CustomizeTemplatedItemEventArgs.Index property. |
item | DevExpress.XtraEditors.TableLayout.TemplatedItem | The object to initialize the CustomizeTemplatedItemEventArgs.TemplatedItem property. |
See Also