Add(PivotGridFieldBase)
|
Adds the specified field to the PivotGridGroup.Fields collection of the current group.
|
AddRange(PivotGridFieldBase[])
|
Adds an array of fields to the PivotGridGroup.Fields collection of the current group.
|
CanAdd(PivotGridFieldBase)
|
Indicates whether the specified field can be added to the field group.
|
CanChangeArea(PivotGridFieldBase)
|
Determines whether changing the location of the specified field will change the location of the entire group.
|
CanChangeAreaTo(PivotArea, Int32)
|
Determines whether the group can be moved to the specified location.
|
CanExpandField(PivotGridFieldBase)
|
Indicates whether the specified field can be expanded/collapsed.
|
ChangeFieldIndex(PivotGridFieldBase, Int32)
|
Moves the specified field to the specified position within the group.
|
Clear()
|
Removes all elements from the PivotGridGroup.Fields collection.
|
Contains(PivotGridFieldBase)
|
Indicates whether the current group contains the specified field.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetOLAPMembers(IOLAPMember)
|
|
GetOLAPMembersAsync(IOLAPMember)
|
|
GetType()
|
Gets the Type of the current instance.
|
GetUniqueValues(Object[])
|
Returns the unique child values of the specified group value.
|
GetUniqueValuesAsync(Object[])
|
|
GetVisibleFields()
|
Gets the list of expanded fields in this group.
|
IndexOf(PivotGridFieldBase)
|
Returns the specified field’s position within the group.
|
IsFieldVisible(PivotGridFieldBase)
|
Returns a value which identifies whether the specified field is visible.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
OnChanged()
|
This method is intended for internal use only. Normally, you don’t need to use it.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Remove(PivotGridFieldBase)
|
Removes the specified field from the group.
|
RemoveAt(Int32)
|
Removes a field from the group by its index.
|
ToString()
|
Returns the group’s display text.
|
XtraCreateFieldsItem(XtraItemEventArgs)
|
This method supports the internal infrastructure and is not intended to be used directly from your code.
|