The C1WebTreeViewGroup type exposes the following members.

Constructors

  NameDescription
C1WebTreeViewGroup

Methods

  NameDescription
Collapse
Closes the group.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Expand
Opens the group.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetScriptProperties (Overrides C1WebCustomGroup..::.GetScriptProperties()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LoadViewState
Loads view state in the group object.
(Inherited from C1WebCustomGroup.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SaveViewState
Saves the view state and returns it as an object.
(Inherited from C1WebCustomGroup.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TrackViewState
Tracks the view state.
(Inherited from C1WebCustomGroup.)

Properties

  NameDescription
ActualActive (Overrides C1WebCustomGroup..::.ActualActive.)
AllowMultipleSelect
If false, only a single item can be selected in the group.
(Inherited from C1WebCustomGroup.)
AllowMultipleSelectInControl
If false, only a single item can be selected in the all of the groups in the control.
(Inherited from C1WebCustomGroup.)
AllowSelectItem
If true, one or more items in the group can be selected.
(Inherited from C1WebCustomGroup.)
AllowUnselectItem
If true, user can unselect the item by clicking it the second time.
(Inherited from C1WebCustomGroup.)
AlwaysHasSelected
If true and if AllowSelectItem=true at minimum one item in the group is selected.
(Inherited from C1WebCustomGroup.)
Collapsed
Gets or sets a value indicating whether or not the group is collapsed.
DisabledGroupStyle
Style for the disabled group.
(Inherited from C1WebCustomGroup.)
DisabledItemStyle
Style for the child items in the disabled state.
(Inherited from C1WebCustomGroup.)
Enabled
Gets or sets a value indicating whether the group is enabled.
(Inherited from C1WebCustomGroup.)
EnableExpandCollapse
Gets or sets a value indicating whether the user can expand or collapse the group by double-clicking on the header or clicking on the indicator image.
(Inherited from C1WebCustomGroup.)
GroupPadding
Default space between the group's border and items in the group.
(Inherited from C1WebCustomGroup.)
GroupStyle
Style for the group.
(Inherited from C1WebCustomGroup.)
IconBarWidth
Sets or returns the width of the icon bar drawn on the side of the groups.
(Inherited from C1WebCustomGroup.)
Index
Index of the group in the control.
(Inherited from C1WebCustomGroup.)
IsTrackingViewState
Indicates whether the server control is saving changes to its view state.
(Inherited from C1WebCustomGroup.)
ItemPadding
Gets or sets default space between the item's border and content.
(Inherited from C1WebCustomGroup.)
Items (Overrides C1WebCustomGroup..::.Items.)
ItemSpacing
Gets or sets the space between the items in the group.
(Inherited from C1WebCustomGroup.)
ItemStyle
Style for the child items in the normal state.
(Inherited from C1WebCustomGroup.)
MouseOverItemStyle
Style for the child items when the mouse hovers over it.
(Inherited from C1WebCustomGroup.)
MouseOverSelectedItemStyle
Style for the child items when the mouse hovers over the selected item.
(Inherited from C1WebCustomGroup.)
RootControl
Root control for the group.
(Inherited from C1WebCustomGroup.)
SelectedItemStyle
Style for the child items in the selected state.
(Inherited from C1WebCustomGroup.)
SeparatorStyle
Default style for the separators.
(Inherited from C1WebCustomGroup.)
ShowCheckBoxes
Gets or sets a value that indicates wheather the items will display check boxes in the group.
ShowLines
Gets or sets a value indicating whether the lines connecting the child nodes to the parent nodes are displayed in the group.
SpecialSymbolStyle
Default style for special symbols in the tree view group.
ToolTip
Gets or sets the ToolTip text displayed when the mouse pointer rests over the group.
(Inherited from C1WebCustomGroup.)
ViewState
View state for the group.
(Inherited from C1WebCustomGroup.)
Visible
Gets or sets a value indicating whether or not the group is visible.
(Inherited from C1WebCustomGroup.)
WrapText
Gets or sets a value that indicates whether the item's text is wrapped.
(Inherited from C1WebCustomGroup.)

See Also