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

CollectionViewGroupItemAppearance Properties

An object that contains a DXCollectionView‘s group item apperance 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.
See Also