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

TileNavPaneDropDownOptions Members

Represents a class containing the miscellaneous settings applied to a drop-down tile bar and its tiles.

#Constructors

Name Description
TileNavPaneDropDownOptions(ITileNavPaneDropDownOptionsOwner) Initializes a new instance of the TileNavPaneDropDownOptions class with the specified settings.

#Properties

Name Description
AllowGlyphSkinning Gets or sets whether the glyphs of all tiles in the drop-down tile bar are painted using their foreground color.
AppearanceGroupText Provides access to the appearance settings applied to group names in the current drop-down tile bar.
AppearanceItem Provides access to the appearance settings of tiles when they are in the normal, hovered and selected states.
BackColor Gets or sets the back color of the drop-down tile bar.
CloseOnOuterClick Gets or sets whether the opened drop-down tile bar closes on light dismiss.
Height Gets or sets the height of the drop-down tile bar.
ItemHeight Gets or sets the height of tiles in the drop-down tile bar.
ShowItemShadow Gets or sets whether the tiles in the drop-down cast a shadow.
WideItemWidth Gets or sets the width of wide tiles.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TileNavPaneDropDownOptions) Copies settings from the specified object to the current object.
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