TileNavPaneDropDownOptions.WideItemWidth Property
Gets or sets the width of wide tiles.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | 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 Type | Path to WideItemWidth |
---|---|
TileNavElement |
|
TileNavPane |
|
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