Skip to main content

LayoutAppearanceCollection.ControlDropDownHeader Property

Gets the appearance settings used to paint the header panel within the popup windows of all the editors owned by the LayoutControl.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AppearanceObject ControlDropDownHeader { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the header panel within the popup window.

See Also