Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileBar.WideTileWidth Property

Gets or sets the width of wide tiles.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(158)]
public int WideTileWidth { get; set; }

#Property Value

Type Default Description
Int32 158

The width of wide tiles.

#Remarks

Tiles in the TileBar can be of two sizes: Medium and Wide. Use the TileBarItem.ItemSize property to select one of these sizes. A wide item is rectangular tile whose height equals the TileBar.TileBar.ItemSize property value, while the width is specified by the WideTileWidth property. You can set this property to a custom value when required.

See Also