Back to Devexpress

TileNavPaneDropDownOptions.ItemHeight Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpanedropdownoptions-a8b96b37.md

latest2.4 KB
Original Source

TileNavPaneDropDownOptions.ItemHeight Property

Gets or sets the height of tiles in the drop-down tile bar.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int320

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ItemHeight
TileNavElement

.OptionsDropDown .ItemHeight

| | TileNavPane |

.OptionsPrimaryDropDown .ItemHeight

|

Remarks

Use the ItemHeight property to specify the height of tiles in the drop-down tile bars. If the ItemHeight is set to 0 , the default value of 50 pixels is used.

See Also

OptionsPrimaryDropDown

OptionsSecondaryDropDown

OptionsDropDown

WideItemWidth

TileNavPaneDropDownOptions Class

TileNavPaneDropDownOptions Members

DevExpress.XtraBars.Navigation Namespace