Back to Devexpress

TileBarItem.ItemSize Property

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

latest1.9 KB
Original Source

TileBarItem.ItemSize Property

Gets or sets the size of the current item.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(TileBarItemSize.Default)]
[XtraSerializableProperty]
public TileBarItemSize ItemSize { get; set; }
vb
<DefaultValue(TileBarItemSize.Default)>
<XtraSerializableProperty>
Public Property ItemSize As TileBarItemSize

Property Value

TypeDefaultDescription
TileBarItemSizeDefault

The item’s size.

|

Available values:

NameDescription
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

ItemSize

TileBarItem Class

TileBarItem Members

DevExpress.XtraBars.Navigation Namespace