GridGroupValueData Members
Contains information about group row values.Constructors
| Name | Description |
|---|---|
| GridGroupValueData(ColumnsRowDataBase) | Initializes a new instance of the GridGroupValueData class with specified settings. |
Fields
| Name | Description |
|---|---|
| ColumnHeaderProperty static | Identifies the ColumnHeader dependency property. |
| DataObjectProperty static | Identifies the DataObjectBase.DataObject attached property. Inherited from DataObjectBase. |
| DisplayTextProperty static | Identifies the DisplayText dependency property. |
| GroupColumnHeaderTextProperty static | Identifies the GroupColumnHeaderText dependency property. |
| HighlightingPropertiesProperty static | Identifies the HighlightingProperties dependency property. |
| IsFirstGroupValueProperty static | Identifies the IsFirstGroupValue dependency property. |
| NeedsResetEventProperty static | Identifies the DataObjectBase.NeedsResetEvent attached property. Inherited from DataObjectBase. |
| RaiseResetEventWhenObjectIsLoadedProperty static | Identifies the DataObjectBase.RaiseResetEventWhenObjectIsLoaded attached property. Inherited from DataObjectBase. |
| ResetEvent static | Identifies the DataObjectBase.Reset event. Inherited from DataObjectBase. |
| ShowSeparatorProperty static | Identifies the ShowSeparator dependency property. |
| TextProperty static | Identifies the Text dependency property. |
Properties
| Name | Description |
|---|---|
| Column | Gets the grid column. Inherited from GridColumnData. |
| ColumnHeader | Gets the group column header. This is a dependency property. |
| Data | Gets or sets an object that contains grid data. Inherited from GridDataBase. |
| DisplayText | Gets the text displayed in the group row. This is a dependency property. |
| GroupColumnHeaderText |
Gets the text displayed in the column header part of the group row [ColumnHeader]:. This is a dependency property.
|
| HighlightingProperties | For internal use. |
| IsFirstGroupValue | Gets whether the group value is displayed first if Merged Grouping is enabled. This is a dependency property. |
| RowData | Gets information about the first data row in the group. This is a dependency property. |
| ShowSeparator |
Gets whether the group value is separated (by the ; character) from the next group value if Merged Grouping is enabled. This is a dependency property.
|
| Text | Gets the column value displayed in the group row. This is a dependency property. |
| Value | Gets or sets an editable value. Inherited from EditableDataObject. |
| View | Gets the owner view. Inherited from GridColumnData. |
| VisibleIndex | Gets the column’s position among visible columns. Inherited from GridColumnData. |
Methods
| Name | Description |
|---|---|
| AddResetHandler(DependencyObject, RoutedEventHandler) static | Adds the specified handler for the DataObjectBase.Reset event of the specified data object. Inherited from DataObjectBase. |
| GetDataObject(DependencyObject) static | Gets the value of the DataObjectBase.DataObject attached property for a specified DependencyObject. Inherited from DataObjectBase. |
| GetNeedsResetEvent(DependencyObject) static | Gets the value of the DataObjectBase.NeedsResetEvent attached property for a specified DependencyObject. Inherited from DataObjectBase. |
| GetRaiseResetEventWhenObjectIsLoaded(DependencyObject) static | Gets the value of the DataObjectBase.RaiseResetEventWhenObjectIsLoaded attached property for a specified DependencyObject. Inherited from DataObjectBase. |
| RaiseResetEvents() | Raises the DataObjectBase.Reset events for the current DataObjectBase and all its child data objects. Inherited from DataObjectBase. |
| RemoveResetHandler(DependencyObject, RoutedEventHandler) static | Removes the specified handler from the DataObjectBase.Reset event of the specified data object. Inherited from DataObjectBase. |
| SetDataObject(DependencyObject, DataObjectBase) static | Sets the value of the DataObjectBase.DataObject attached property to a specified DependencyObject. Inherited from DataObjectBase. |
| SetNeedsResetEvent(DependencyObject, Boolean) static | Sets the value of the DataObjectBase.NeedsResetEvent attached property to a specified DependencyObject. Inherited from DataObjectBase. |
| SetRaiseResetEventWhenObjectIsLoaded(DependencyObject, Boolean) static | Sets the value of the DataObjectBase.RaiseResetEventWhenObjectIsLoaded attached property to a specified DependencyObject. Inherited from DataObjectBase. |
Events
| Name | Description |
|---|---|
| ContentChanged | Occurs when the contents of the DataObjectBase are changed. Inherited from DataObjectBase. |
| PropertyChanged | Occurs when a property value changes. Inherited from DataObjectBase. |
See Also