Interface ISaveableLayout
Must be inherited by every control, which should be persist
Namespace: Simplic.UI.Layout
Assembly: Simplic.UI.dll
Syntax
public interface ISaveableLayout
Properties
| Improve this Doc View SourceLayoutContext
Name of the layout context. One control can own several contexts
Declaration
string LayoutContext { get; set; }
Property Value
Type | Description |
---|---|
System.String |