DataObjectBase Methods Represents the base for classes containing information about specific data-aware grid elements. Name Description AddResetHandler(DependencyObject, RoutedEventHandler) static Adds the specified handler for the DataObjectBase.Reset event of the specified data object. GetDataObject(DependencyObject) static Gets the value of the DataObjectBase.DataObject attached property for a specified DependencyObject. GetNeedsResetEvent(DependencyObject) static Gets the value of the DataObjectBase.NeedsResetEvent attached property for a specified DependencyObject. GetRaiseResetEventWhenObjectIsLoaded(DependencyObject) static Gets the value of the DataObjectBase.RaiseResetEventWhenObjectIsLoaded attached property for a specified DependencyObject. RaiseResetEvents() Raises the DataObjectBase.Reset events for the current DataObjectBase and all its child data objects. RemoveResetHandler(DependencyObject, RoutedEventHandler) static Removes the specified handler from the DataObjectBase.Reset event of the specified data object. SetDataObject(DependencyObject, DataObjectBase) static Sets the value of the DataObjectBase.DataObject attached property to a specified DependencyObject. SetNeedsResetEvent(DependencyObject, Boolean) static Sets the value of the DataObjectBase.NeedsResetEvent attached property to a specified DependencyObject. SetRaiseResetEventWhenObjectIsLoaded(DependencyObject, Boolean) static Sets the value of the DataObjectBase.RaiseResetEventWhenObjectIsLoaded attached property to a specified DependencyObject. See Also DataObjectBase Class DataObjectBase Members DevExpress.Xpf.Core Namespace