DetailGroup Members
Represents a group of data in the details pane of the Administration Console.
The following tables list the members exposed by the DetailGroup type.
Public Constructors
Name | Description | |
---|---|---|
DetailGroup | Initializes a new instance of the DetailGroup class with the specified display name. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of DetailItem objects in the DetailGroup. | |
DisplayName | Gets the display name for the group. | |
IsReadOnly | Gets a value indicating whether the DetailGroup is read-only. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Overloaded. Adds a DetailItem object to a DetailGroup. | |
Clear | Removes all DetailItem objects from the DetailGroup. | |
Contains | Determines whether the specified DetailItem object is located in the DetailGroup. | |
CopyTo | Copies the entire DetailGroup to a compatible one-dimensional array, starting at the specified index of the target array. | |
Equals | Overloaded. (Inherited from Object) | |
FromException | Creates a DetailGroup from an Exception. | |
GetEnumerator | Returns an enumerator that is used to iterate through the DetailGroup. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
Remove | Removes the first occurrence of the specified DetailItem from the DetailGroup. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |
Top
See Also
Reference
DetailGroup Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace
DetailColumn Class
DetailColumnCollection Class