Back to Devexpress

LayoutControl.AppearanceController Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-d2fa437b.md

latest2.1 KB
Original Source

LayoutControl.AppearanceController Property

Gets an object that calculates appearances for layout items based on the appearance settings of items and their parent layout groups.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public AppearanceController AppearanceController { get; set; }
vb
<Browsable(False)>
Public Property AppearanceController As AppearanceController

Property Value

TypeDescription
DevExpress.XtraLayout.Helpers.AppearanceController

An DevExpress.XtraLayout.Helpers.AppearanceController object.

|

Remarks

The AppearanceController property supports the Appearances mechanism. The AppearanceController property returns an object that calculates actual appearances for layout items and groups. Typically there is no need to use this property directly from your code.

To get the actual appearance settings that are currently used for layout items, use the BaseLayoutItem.PaintAppearanceItemCaption, LayoutItemContainer.PaintAppearanceGroup property.

See Also

Appearances

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace