Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PropertyGroup

An object that can be used to define how the properties of an object in RadDataForm are shown in groups.

Hierarchy

  • void
    • PropertyGroup

Index

Properties

collapsed

collapsed: boolean

Gets or sets a value indicating whether this group is currently collapsed or not.

collapsible

collapsible: boolean

Gets or sets a value indicating whether this group can be collapsed or is expanded at all times.

hidden

hidden: boolean

Gets or sets a value indicating whether this group should be hidden or visible.

layout

Gets or sets a DataFormLayout object that can be used to change the layout of the editors of this group.

name

name: string

Gets or sets the name of this property group.

properties

properties: Array<EntityProperty>

Gets or sets an array with properties which should be included in this group.

titleHidden

titleHidden: boolean

Gets or sets a value indicating whether this group's header should be hidden or visible.

titleStyle

titleStyle: any

Gets or sets a GroupTitleStyle object that can be used to change the style of the title of this group.

Static collapsedProperty

collapsedProperty: Property

Identifies the collapsed dependency property.

Static collapsibleProperty

collapsibleProperty: Property

Identifies the collapsible dependency property.

Static hiddenProperty

hiddenProperty: Property

Identifies the hidden dependency property.

Static layoutProperty

layoutProperty: Property

Identifies the layout dependency property.

Static nameProperty

nameProperty: Property

Identifies the name dependency property.

Static propertiesProperty

propertiesProperty: Property

Identifies the properties dependency property.

Static titleHiddenProperty

titleHiddenProperty: Property

Identifies the titleHidden dependency property.

Static titleStyleProperty

titleStyleProperty: Property

Identifies the titleStyle dependency property.

Generated using TypeDoc