CardHeaderData Members
Contains a card header’s data.Constructors
| Name | Description |
|---|---|
| CardHeaderData() | Initializes a new instance of the CardHeaderData class. |
Fields
| Name | Description |
|---|---|
| BindingProperty static | Identifies the CardHeaderData.Binding dependency property. |
| DataObjectProperty static | Identifies the DataObjectBase.DataObject attached property. Inherited from DataObjectBase. |
| 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. |
| RowDataProperty static | Identifies the CardHeaderData.RowData dependency property. |
| ValueProperty static | Identifies the CardHeaderData.Value dependency property. |
Properties
| Name | Description |
|---|---|
| Binding | Gets or sets the binding. |
| Data | Gets or sets an object that contains grid data. Inherited from GridDataBase. |
| RowData | |
| Value | Gets or sets the card’s value. |
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