Interface IUIElementSettings
Defined functionality for storing and restoring an UI control settings.
Namespace: Sartorius.SAF.Presentation.Settings
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IUIElementSettings
Properties
View SourceSettingKey
Gets or sets a setting key.
Declaration
string SettingKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceRestore(Object)
Restore a given settings.
Declaration
void Restore(object settings)
Parameters
Type | Name | Description |
---|---|---|
System.Object | settings | A setting for restoring. |
Store()
Gets the control settings.
Declaration
object Store()
Returns
Type | Description |
---|---|
System.Object | A value of setting for restoring. |