DialogViewModelBase.AddDataItemMethod<TValue> Delegate
A method that adds a data item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | The data item text. |
value | TValue | The data item type. |
Type Parameters
Name | Description |
---|---|
TValue | The data item value. |
See Also