Interface IEditableListBoxItemState
Addon Interface to handel item states
Namespace: Simplic.Studio.UI.Input
Assembly: Simplic.Studio.UI.Input.dll
Syntax
public interface IEditableListBoxItemState
Properties
| Improve this Doc View SourceIsNew
Gets wether is a new record
Declaration
bool IsNew { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |