Method RegisterConversion
RegisterConversion(PanelSettingsItemKind, ItemToControlDelegate?, UIPlatformKind)
Registers function which is called when item is converted to the control.
public static void RegisterConversion(PanelSettingsItemKind kind, PanelSettings.ItemToControlDelegate? func, UIPlatformKind platform = UIPlatformKind.Platformless)
Parameters
kindPanelSettingsItemKindItem kind.
funcPanelSettings.ItemToControlDelegateFunction which is called when item is converted to the control.
platformUIPlatformKindPlatform kind.