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

TileBarItem.ItemSize Property

Gets or sets the size of the current item.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(TileBarItemSize.Default)]
[XtraSerializableProperty]
public TileBarItemSize ItemSize { get; set; }

#Property Value

Type Default Description
TileBarItemSize Default

The item’s size.

Available values:

Name Description
Default

The same as Wide.

Medium

A square tile with the dimension specified by the TileBar.ItemSize property.

Wide

A rectangular tile with the width specified by the TileBar.WideTileWidth property. The item’s height is equal to the TileBar.ItemSize property value.

#Remarks

Use the ItemSize property to specify the item’s size.

See Also