Skip to main content

GroupRowData Methods

Contains information about a group row.
Name Description
AddResetHandler(DependencyObject, RoutedEventHandler) static Adds the specified handler for the DataObjectBase.Reset event of the specified data object. Inherited from DataObjectBase.
GetCurrentRowData(DependencyObject) static Gets the value of the RowData.CurrentRowData attached property for a specified DependencyObject. Inherited from RowData.
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.
GetRowData(DependencyObject) static Gets the value of the RowData.RowData attached property for a specified DependencyObject. Inherited from RowData.
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.
SetCurrentRowData(DependencyObject, RowData) static Sets the value of the RowData.CurrentRowData attached property to a specified DependencyObject. Inherited from RowData.
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.
SetRowData(DependencyObject, RowData) static Sets the value of the RowData.RowData attached property to a specified DependencyObject. Inherited from RowData.
ShouldSerializeCellData(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldSerializeFixedLeftCellData(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldSerializeFixedLeftGroupSummaryData(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldSerializeFixedNoneCellData(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldSerializeFixedNoneGroupSummaryData(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldSerializeFixedRightCellData(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldSerializeFixedRightGroupSummaryData(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldSerializeGroupSummaryData(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also