Skip to main content
A newer version of this page is available. .

CollectionViewGroupItemAppearance Members

An object that contains a DXCollectionView‘s group item apperance properties.

Constructors

Name Description
CollectionViewGroupItemAppearance() Initializes a new instance of the CollectionViewGroupItemAppearance class.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor bindable property. Inherited from CollectionViewItemAppearance.
BorderColorProperty static Identifies the BorderColor bindable property. Inherited from CollectionViewItemAppearance.
BorderThicknessProperty static Identifies the BorderThickness bindable property. Inherited from CollectionViewItemAppearance.
CaptionMarginProperty static Identifies the CaptionMargin bindable property.
ContentPaddingProperty static Identifies the ContentPadding bindable property. Inherited from CollectionViewItemAppearance.
FontAttributesProperty static Identifies the FontAttributes bindable property. Inherited from CollectionViewItemAppearance.
FontFamilyProperty static Identifies the FontFamily bindable property. Inherited from CollectionViewItemAppearance.
FontSizeProperty static Identifies the FontSize bindable property. Inherited from CollectionViewItemAppearance.
TextColorProperty static Identifies the TextColor bindable property. Inherited from CollectionViewItemAppearance.

Properties

Name Description
BackgroundColor Gets or sets the background color for DXCollectionView items. This is a bindable property. Inherited from CollectionViewItemAppearance.
BorderColor Gets or sets the border color of the DXCollectionView‘s item. This is a bindable property. Inherited from CollectionViewItemAppearance.
BorderThickness Gets or sets the border thickness of the DXCollectionView‘s item. This is a bindable property. Inherited from CollectionViewItemAppearance.
CaptionMargin Gets or sets the content margin of the DXCollectionView‘s group item. This is a bindable property.
ContentPadding Gets or sets the content padding of the DXCollectionView‘s item. This is a bindable property. Inherited from CollectionViewItemAppearance.
FontAttributes Gets or sets the font attributes of the DXCollectionView‘s item. This is a bindable property. Inherited from CollectionViewItemAppearance.
FontFamily Gets or sets the font family of the DXCollectionView‘s item. This is a bindable property. Inherited from CollectionViewItemAppearance.
FontSize Gets or sets the font size of the DXCollectionView‘s item. This is a bindable property. Inherited from CollectionViewItemAppearance.
TextColor Gets or sets the text color of the DXCollectionView‘s item. This is a bindable property. Inherited from CollectionViewItemAppearance.

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