Back to Devexpress

TileNavElement.OptionsDropDown Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavelement.md

latest2.9 KB
Original Source

TileNavElement.OptionsDropDown Property

Provides access to the view and behavior settings applied to the current TileNavElement‘s drop-down tile bar.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public TileNavPaneDropDownOptions OptionsDropDown { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property OptionsDropDown As TileNavPaneDropDownOptions

Property Value

TypeDescription
TileNavPaneDropDownOptions

A TileNavPaneDropDownOptions object that contains the view and behavior settings applied to a drop-down tile bar.

|

Remarks

A TileNavElement that contains sub-elements invokes a drop-down tile bar when clicked. This drop-down displays the TileNavElement‘s sub-elements as tiles. The view and behavior settings common to all primary and secondary drop-down tile bars can be customized with the TileNavPane.OptionsPrimaryDropDown and TileNavPane.OptionsSecondaryDropDown properties. The settings provided by the TileNavElement.OptionsDropDown property allow you to customize the same settings for individual TileNavElements , overriding the TileNavPane‘s default settings.

In the following picture, you can see the primary drop-down tile bar invoked by the Sales navigation element and the secondary drop-down tile bar invoked by the DASHBOARDS navigation element.

See Also

TileNavPaneDropDownOptions

OptionsPrimaryDropDown

OptionsSecondaryDropDown

TileNavElement Class

TileNavElement Members

DevExpress.XtraBars.Navigation Namespace