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