Back to Devexpress

TileNavPane.OptionsSecondaryDropDown Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-fd2b05d2.md

latest2.3 KB
Original Source

TileNavPane.OptionsSecondaryDropDown Property

Provides access to the settings applied to the secondary drop-down tile bar of the current TileNavPane.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

Type
DevExpress.XtraBars.Navigation.TileNavPaneSecondaryDropDownOptions

Remarks

The secondary drop-down tile bar is the drop-down that appears below the primary drop-down tile bar. The OptionsSecondaryDropDown property allows you to specify the settings of the secondary drop-down: height, back color, etc. You can also specify the settings of the primary drop-down with the TileNavPane.OptionsPrimaryDropDown property.

The settings provided by the OptionsSecondaryDropDown and TileNavPane.OptionsPrimaryDropDown properties can be overridden by settings provided by the TileNavElement.OptionsDropDown object.

See Also

OptionsPrimaryDropDown

OptionsDropDown

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace