Table of Contents

Method CreateItemCore

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CreateItemCore(object, PanelSettingsItemKind, IValueSource<object>?, CustomEventArgs?)

Creates item with the specified parameters.

protected virtual PanelSettingsItem CreateItemCore(object label, PanelSettingsItemKind kind, IValueSource<object>? valueSource, CustomEventArgs? e)

Parameters

label object

Text which will be shown next to the editor.

kind PanelSettingsItemKind
valueSource IValueSource<object>

Source of the value. If Null an internal value container is used.

e CustomEventArgs

Additional arguments.

Returns

PanelSettingsItem