Back to Devexpress

TileBar Class

windowsforms-devexpress-dot-xtrabars-dot-navigation-631b9622.md

latest2.7 KB
Original Source

TileBar Class

The bar with tiles that support the dropdown functionality.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TileBar :
    TileControl,
    ITileBarDropDownOptionsOwner
vb
Public Class TileBar
    Inherits TileControl
    Implements ITileBarDropDownOptionsOwner

Remarks

Use the TileBar control to implement a tile-based menu for your application. The TileBar consists of tiles (TileBarItem objects) arranged in a single row or column. Any tile can be associated with a dropdown control.

Pager Navigation

The RadioGroup and WindowsUIButtonPanel can be used as a pager for the following controls:

The pager automatically splits the target control’s content into pages, and displays navigation buttons to scroll to corresponding pages. The pager navigation functionality is implemented as a Behavior and can be added to your controls using the BehaviorManager component.

For more information, see Tile Bar

Inheritance

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl TileControl TileBar

See Also

TileBar Members

Tile Bar

DevExpress.XtraBars.Navigation Namespace