Interface IEditableListBoxItem
Editable list box item base
Namespace: Simplic.Studio.UI.Input
Assembly: Simplic.Studio.UI.Input.dll
Syntax
public interface IEditableListBoxItem
Properties
| Improve this Doc View SourceEditDataTemplate
Gets or sets the edit data template
Declaration
string EditDataTemplate { get; }
Property Value
Type | Description |
---|---|
System.String |
EditDataTemplatePath
Gets or sets the edit data template path
Declaration
string EditDataTemplatePath { get; }
Property Value
Type | Description |
---|---|
System.String |
ItemFilterText
Gets the item filter text
Declaration
string ItemFilterText { get; }
Property Value
Type | Description |
---|---|
System.String |
ViewDataTemplate
Gets or sets the view data template
Declaration
string ViewDataTemplate { get; }
Property Value
Type | Description |
---|---|
System.String |
ViewDataTemplatePath
Gets or sets the view data template path
Declaration
string ViewDataTemplatePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceDeleteItem()
Delete data
Declaration
bool DeleteItem()
Returns
Type | Description |
---|---|
System.Boolean |
OnEditItem()
Begin edit data
Declaration
bool OnEditItem()
Returns
Type | Description |
---|---|
System.Boolean |
OnSaveItem()
Save data
Declaration
bool OnSaveItem()
Returns
Type | Description |
---|---|
System.Boolean |