Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterListItemBaseActualAppearance Properties

Stores appearance settings for the FilterListItemBase.
Name Description
EditorBackgroundColor Gets the background color that is applied to the FilterListItemBase descendant. To specify this color, use the EditorBackgroundColor property.
EditorBorderColor Gets the border color that is applied to the FilterListItemBase descendant. To specify this color, use the EditorBorderColor property.
EditorFocusedBorderColor Gets the border color that is applied to the FilterListItemBase descendant when it is focused. To specify this color, use the EditorFocusedBorderColor property.
EditorPadding Gets the padding value that is applied to the FilterListItemBase descendant’s editor. To specify this value, use the EditorPadding property.
EditorTextColor Gets the text color that is applied to the FilterListItemBase descendant’s editor. To specify this color, use the EditorTextColor property.
ItemBorderColor Gets the border color that is applied to the FilterListItemBase descendant. To specify this color, use the ItemBorderColor property.
ItemContentPadding Gets the content padding value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemContentPadding property.
ItemFontAttributes Gets the font attribute value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemFontAttributes property.
ItemFontFamily Gets the font family value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemFontFamily property.
ItemFontSize Gets the font size value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemFontSize property.
ItemTextColor Gets the text color that is applied to the FilterListItemBase descendant. To specify this color, use the ItemTextColor property.
SelectedItemBackgroundColor Gets the background color that is applied to the FilterListItemBase descendant when it is selected. To specify this color, use the SelectedItemBackgroundColor property.
SelectedItemTextColor Gets the text color that is applied to the FilterListItemBase descendant when it is selected. To specify this color, use the SelectedItemTextColor property.
See Also