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 Class

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class TileNavPaneDropDownOptions

The following members return TileNavPaneDropDownOptions objects:

#Remarks

The TileNavPaneDropDownOptions object contains miscellaneous settings controlling the view and behavior of a drop-down tile bar and its tiles: light dismiss behavior, height and width of tiles, tile appearance, etc. This class’ instance is accessible via the TileNavPane.OptionsPrimaryDropDown, TileNavPane.OptionsSecondaryDropDown and TileNavElement.OptionsDropDown properties.

The TileNavPane.OptionsPrimaryDropDown and TileNavPane.OptionsSecondaryDropDown properties provide access to the settings applied to the primary and secondary drop-down tile bars, respectively. The TileNavElement.OptionsDropDown property provides the settings applied to the drop-down tile bar corresponding to a certain TileNavElement.

The TileNavElement.OptionsDropDown property overrides the settings specified with the TileNavPane.OptionsPrimaryDropDown and TileNavPane.OptionsSecondaryDropDown properties for the TileNavElement’s drop-down tile bar.

Appearance settings provided by individual tiles (the TileNavElement.Tile.AppearanceItem property) override the appearance settings specified by the TileNavPane.OptionsPrimaryDropDown, TileNavPane.OptionsSecondaryDropDown and TileNavElement.OptionsDropDown properties.

#Inheritance

Object
TileNavPaneDropDownOptions
See Also