Back to Devexpress

TileNavPane.OptionsPrimaryDropDown Property

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

latest2.6 KB
Original Source

TileNavPane.OptionsPrimaryDropDown Property

Provides access to the settings applied to the primary 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 TileNavPaneDropDownOptions OptionsPrimaryDropDown { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property OptionsPrimaryDropDown As TileNavPaneDropDownOptions

Property Value

TypeDescription
TileNavPaneDropDownOptions

The TileNavPaneDropDownOptions object specifying the settings applied to the primary drop-down tile bar of the current TileNavPane.

|

Remarks

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

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

See Also

OptionsSecondaryDropDown

OptionsDropDown

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace