Back to Devexpress

TileNavPaneDropDownOptions.WideItemWidth Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpanedropdownoptions-46676b13.md

latest2.6 KB
Original Source

TileNavPaneDropDownOptions.WideItemWidth Property

Gets or sets the width of wide tiles.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
public int WideItemWidth { get; set; }
vb
<DefaultValue(0)>
Public Property WideItemWidth As Integer

Property Value

TypeDefaultDescription
Int320

A Int32 value specifying the width of wide tiles in the drop-down tile bar, in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to WideItemWidth
TileNavElement

.OptionsDropDown .WideItemWidth

| | TileNavPane |

.OptionsPrimaryDropDown .WideItemWidth

|

Remarks

Tiles in the drop-down tile bar can be of two sizes: Medium and Wide. Use the TileNavElement.Tile.ItemSize property to select one of these sizes.

The WideItemWidth property specifies the width of the wide tiles in the drop-down tile bars. If it is set to 0 , the default value of 125 pixels is used.

See Also

ItemSize

OptionsPrimaryDropDown

OptionsSecondaryDropDown

OptionsDropDown

ItemHeight

TileNavPaneDropDownOptions Class

TileNavPaneDropDownOptions Members

DevExpress.XtraBars.Navigation Namespace