DXCollectionViewActualAppearance Properties
An appearance object.| Name | Description |
|---|---|
| BackgroundColor |
Gets the background color that is applied to the DXCollectionView. To specify this color, use the DXCollectionView‘s inherited Background property.
|
| GroupItemBackgroundColor | Gets the group item’s background color that is applied to the DXCollectionView. |
| GroupItemCaptionMargin | Gets the group item’s caption margin value that is applied to the DXCollectionView. |
| GroupItemContentPadding | Gets the group item’s content padding value that is applied to the DXCollectionView. |
| GroupItemFontAttributes | Gets the group item’s font attribute value that is applied to the DXCollectionView. |
| GroupItemFontFamily | Gets the group item’s font family value that is applied to the DXCollectionView. |
| GroupItemFontSize | Gets the group item’s font size value that is applied to the DXCollectionView. |
| GroupItemSeparatorColor | Returns the group item’s separator color that is applied to the DXCollectionView. |
| GroupItemSeparatorThickness | Returns the group item separator thickness value that is applied to the DXCollectionView. |
| GroupItemTextColor | Gets the group item’s font color that is applied to the DXCollectionView. |
| IndicatorColor | Gets the indicator color that is applied to the DXCollectionView. |
| ItemBackgroundColor | Gets the selected item’s font color that is applied to the DXCollectionView. |
| ItemContentPadding | Gets the content padding value that is applied to the DXCollectionView items. To specify this value, use the ContentPadding property. |
| ItemFontAttributes | Gets the font attribute value that is applied to the DXCollectionView. |
| ItemFontFamily | Gets the font family value that is applied to the DXCollectionView. |
| ItemFontSize | Gets the font size value that is applied to the DXCollectionView. |
| ItemSeparatorColor | Returns the item separator color that is applied to the DXCollectionView. |
| ItemSeparatorThickness | Returns the item separator thickness value that is applied to the DXCollectionView. |
| ItemTextColor | Gets the font color that is applied to the DXCollectionView. |
| RippleColor | Returns the color that is used to display a ripple animation for DXCollectionView items. |
| SelectedItemBackgroundColor | Gets the selected item’s background color that is applied to the DXCollectionView. |
| SelectedItemContentPadding | Gets the selected item’s content padding value that is applied to the DXCollectionView. |
| SelectedItemFontAttributes | Gets the selected item’s font attribute value that is applied to the DXCollectionView. |
| SelectedItemFontFamily | Gets the selected item’s font family value that is applied to the DXCollectionView. |
| SelectedItemFontSize | Gets the selected item’s font size value that is applied to the DXCollectionView. |
| SelectedItemTextColor | Gets the selected item’s text color that is applied to the DXCollectionView. |
See Also