Class SettingUISection
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the setting for UI.
public class SettingUISection
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
SettingUISection()
Initializes a new instance of the
public SettingUISection()
Properties
Page
Gets or sets the page.
public string Page { get; set; }
Property Value
PageType
Gets the type of the page.
public Type PageType { get; }
Property Value
SettingType
Gets or sets the type of the setting.
public Type SettingType { get; set; }
Property Value
SubSections
Gets or sets the sub sections.
public SettingUISection[] SubSections { get; set; }