Delegate MaskField.GetDisplayNameDelegate
Method to get the display name for a specific index in the source items collection.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public delegate string MaskField.GetDisplayNameDelegate(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the item in the source items collection. |
Returns
| Type | Description |
|---|---|
| string | The display name for the item at the specified index. |