Back to Devexpress

TileContainer.AppearanceGroupText Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-tilecontainer-4086eae6.md

latest1.9 KB
Original Source

TileContainer.AppearanceGroupText Property

Provides access to appearance settings used to paint the current TileContainer groups’ captions.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject AppearanceGroupText { get; }
vb
Public ReadOnly Property AppearanceGroupText As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that contains appearance settings used to paint the current TileContainer groups’ captions.

|

Remarks

You can specify if tile groups’ captions within the current TileContainer are visible via the ITileContainerDefaultProperties.ShowGroupText property.

See Also

TileContainer Class

TileContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace