windowsforms-devexpress-dot-xtrabars-dot-navigation-3e1d45b5.md
Represents a class containing the miscellaneous settings applied to a drop-down tile bar and its tiles.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class TileNavPaneDropDownOptions
Public Class TileNavPaneDropDownOptions
The following members return TileNavPaneDropDownOptions objects:
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.
Object TileNavPaneDropDownOptions
See Also