Click or drag to resize
SettingsGroupViewerControlSettingsKeyItem Class
Setting key item.
Inheritance Hierarchy
SystemObject
  CMS.UIControlsSettingsGroupViewerControlSettingsKeyItem

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public class SettingsKeyItem

The SettingsGroupViewerControlSettingsKeyItem type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldCategoryName
Setting category name.
Public fieldErrorLabel
Error label control.
Public fieldExplanationText
Key explanation text.
Public fieldInheritCheckBox
Inheritance checkbox control.
Public fieldKeyChanged
Indicates if key was changed.
Public fieldKeyIsInherited
Indicates if key is inherited.
Public fieldKeyName
Key name.
Public fieldKeyType
Key type.
Public fieldKeyValue
Key value.
Public fieldParentCategoryPanel
Parent category panel control.
Public fieldValidationRegexPattern
Validation regex pattern.
Public fieldValueControl
Value control.
Top
See Also