Back to Devexpress

WinExplorerViewAppearances Members

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewappearances-dot-underscore-members.md

latest15.3 KB
Original Source

WinExplorerViewAppearances Members

Stores appearance settings allied to Groups and items within a WinExplorerView.

Constructors

NameDescription
WinExplorerViewAppearances(BaseView)Initializes a new instance of the WinExplorerViewAppearances class with the specified settings.

Properties

NameDescription
EmptySpaceProvides access to appearance settings that affect the background area of this WinExplorerViewAppearances.
FilterCloseButtonGets the appearance settings used to paint the filter close button. Inherited from ColumnViewAppearances.
FilterPanelGets the appearance settings used to paint the filter panel. Inherited from ColumnViewAppearances.
GroupHoveredStores the Group headers’ appearance settings, used when an end-user hovers this header.
GroupNormalStores the default Group header appearance settings.
GroupPressedStores the Group header appearance settings, used when an end-user clicks this header.
IsDisposedGets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoadingIndicates whether the View that owns the current collection is currently being initialized. Inherited from BaseViewAppearanceCollection.
ItemDescriptionDisabledProvides access to appearance settings used to paint View item descriptions when these items are disabled.
ItemDescriptionHoveredProvides access to appearance settings applied to hovered item descriptions.
ItemDescriptionNormalProvides access to the item descriptions’ default appearance settings.
ItemDescriptionPressedProvides access to appearance settings, applied to selected item descriptions.
ItemDescriptionSelectedProvides access to appearance settings used to paint item descriptions when these items are selected.
ItemDisabledStores appearance settings used to paint disabled item captions.
ItemHoveredProvides access to the appearance settings applied to hovered item captions.
ItemNormalProvides access to the item caption default appearance settings.
ItemPressedProvides access to the appearance settings applied to selected item captions.
ItemSelectedStores appearance settings used to paint selected item captions.
NoSearchResultsInherited from ColumnViewAppearances.
ViewCaptionContains appearance settings used to customize the View Caption. Inherited from ColumnViewAppearances.

Methods

NameDescription
Assign(BaseAppearanceCollection)Copies the settings from the object passed as the parameter. Inherited from BaseAppearanceCollection.
AssignInternal(BaseAppearanceCollection)Copies the settings from the object passed as the parameter without raising the BaseAppearanceCollection.Changed event. Inherited from BaseAppearanceCollection.
BeginUpdate()Locks the BaseAppearanceCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. Inherited from BaseAppearanceCollection.
CancelUpdate()Unlocks the BaseAppearanceCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseAppearanceCollection.
Combine(BaseAppearanceCollection, AppearanceDefaultInfo[], Boolean)Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object. Inherited from BaseAppearanceCollection.
Combine(BaseAppearanceCollection, AppearanceDefaultInfo[])Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren’t activated are set to the value in the default appearance object. Inherited from BaseAppearanceCollection.
Dispose()Releases all the resources used by the current object. Inherited from BaseAppearanceCollection.
EndUpdate()Unlocks the BaseAppearanceCollection object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseAppearanceCollection.
Equals(Object, Object) staticDetermines 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.
GetAppearance(String)Gets an appearance object contained within the collection by its name. Inherited from BaseAppearanceCollection.
GetEnumerator()Returns an IDictionaryEnumerator that can iterate through the hashtable. Inherited from BaseAppearanceCollection.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets the properties of all the appearance objects within the collection to their default values. Inherited from BaseAppearanceCollection.
RestoreLayoutFromJson(Stream)Loads appearance settings from a file in JSON format. Inherited from BaseAppearanceCollection.
RestoreLayoutFromRegistry(String)Restores the appearance settings stored at the specified system registry path. Inherited from BaseAppearanceCollection.
RestoreLayoutFromStream(Stream)Restores the appearance settings from the specified stream. Inherited from BaseAppearanceCollection.
RestoreLayoutFromXml(String)Loads the appearance settings stored in the specified XML file. Inherited from BaseAppearanceCollection.
SaveLayoutToJson(Stream)Saves appearance settings to a file in JSON format. Inherited from BaseAppearanceCollection.
SaveLayoutToRegistry(String)Saves the appearance settings to a system registry path. Inherited from BaseAppearanceCollection.
SaveLayoutToStream(Stream)Saves the appearance settings to a specific stream. Inherited from BaseAppearanceCollection.
SaveLayoutToXml(String)Saves the appearance settings to a specific XML file. Inherited from BaseAppearanceCollection.
ShouldSerialize()Tests whether the BaseAppearanceCollection should be persisted. Inherited from BaseAppearanceCollection.
ToString()Gets the object’s text representation. Inherited from BaseViewAppearanceCollection.
UpdateRightToLeft(Boolean)Updates the right-to-left text direction option. Inherited from BaseAppearanceCollection.

Events

NameDescription
ChangedFires when the collection is changed. Inherited from BaseAppearanceCollection.
PaintChangedOccurs when specific settings that control the text appearance are changed. Inherited from BaseAppearanceCollection.
SizeChangedOccurs when specific settings that control text size are changed. Inherited from BaseAppearanceCollection.

See Also

WinExplorerViewAppearances Class

DevExpress.XtraGrid.Views.WinExplorer Namespace