veHeaderedItemsControl Members
The base class for headered item containers.Fields
| Name | Description |
|---|---|
| ActualHeaderProperty static | Identifies the veHeaderedItemsControl.ActualHeader dependency property. |
| HasHeaderProperty static | Identifies the veHeaderedItemsControl.HasHeader dependency property. |
| HasHeaderTemplateProperty static | Identifies the veHeaderedItemsControl.HasHeaderTemplate dependency property. |
| HeaderProperty static | Identifies the veHeaderedItemsControl.Header dependency property. |
| HeaderStringFormatProperty static | Identifies the veHeaderedItemsControl.HeaderStringFormat dependency property. |
| HeaderTemplateProperty static | Identifies the veHeaderedItemsControl.HeaderTemplate dependency property. |
| HeaderTemplateSelectorProperty static | Identifies the veHeaderedItemsControl.HeaderTemplateSelector dependency property. |
Properties
| Name | Description |
|---|---|
| ActualHeader | Gets the control’s actual header, taking into account the additional formatting applied to the veHeaderedItemsControl.Header via the veHeaderedItemsControl.HeaderStringFormat property. |
| HasHeader | Gets whether the control’s veHeaderedItemsControl.Header is not empty. |
| HasHeaderTemplate | Gets whether the veHeaderedItemsControl.HeaderTemplate is not empty. |
| Header | Gets or sets the control’s header. |
| HeaderStringFormat | Gets or sets a composite format string for the veHeaderedItemsControl.Header object. |
| HeaderTemplate | Gets or sets the template used to render the veHeaderedItemsControl.Header object. |
| HeaderTemplateSelector | Gets or sets an object that chooses a header template based on custom logic. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also