Click or drag to resize
SettingsGroupViewerControlSettingsKeyItem Structure
Setting key item.

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

The SettingsGroupViewerControlSettingsKeyItem type exposes the following members.

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