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

WinExplorerViewAppearances Properties
Show Inherited Hide Inherited

Stores appearance settings allied to Groups and items within a WinExplorerView.
Name Description
EmptySpace Provides access to appearance settings that affect the background area of this WinExplorerViewAppearances.
FilterCloseButton Gets the appearance settings used to paint the filter close button. Inherited from ColumnViewAppearances.
FilterPanel Gets the appearance settings used to paint the filter panel. Inherited from ColumnViewAppearances.
GroupHovered Stores the Group headers’ appearance settings, used when an end-user hovers this header.
GroupNormal Stores the default Group header appearance settings.
GroupPressed Stores the Group header appearance settings, used when an end-user clicks this header.
IsDisposed Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoading Indicates whether the View that owns the current collection is currently being initialized. Inherited from BaseViewAppearanceCollection.
ItemDescriptionDisabled Provides access to appearance settings used to paint View item descriptions when these items are disabled.
ItemDescriptionHovered Provides access to appearance settings applied to hovered item descriptions.
ItemDescriptionNormal Provides access to the item descriptions’ default appearance settings.
ItemDescriptionPressed Provides access to appearance settings, applied to selected item descriptions.
ItemDescriptionSelected Provides access to appearance settings used to paint item descriptions when these items are selected.
ItemDisabled Stores appearance settings used to paint disabled item captions.
ItemHovered Provides access to the appearance settings applied to hovered item captions.
ItemNormal Provides access to the item caption default appearance settings.
ItemPressed Provides access to the appearance settings applied to selected item captions.
ItemSelected Stores appearance settings used to paint selected item captions.
NoSearchResults Inherited from ColumnViewAppearances.
ViewCaption Contains appearance settings used to customize the View Caption. Inherited from ColumnViewAppearances.
See Also