Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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