Skip to main content

DXCollectionViewActualAppearance Members

An appearance object.

Properties

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.

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