Class ViewLayoutSettingNew
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
Represents the settings for view layouts.
public class ViewLayoutSettingNew
- Inheritance
-
ViewLayoutSettingNew
Constructors
- ViewLayoutSettingNew()
Initializes a new instance of the ViewLayoutSettingNew class.
Properties
- ViewLayouts
Gets or sets the list of view layouts.
Methods
- DeleteLayout(string)
Deletes all layouts for the specified view.
- DeleteLayout(string, string)
Deletes the layout for the specified view and layout name.
- GetViewLayout(string)
Gets the view layout with the specified view name.
- SaveLayout(string, string, string)
Saves the layout for the specified view.