DockPanel.BackColor Property
Gets or sets the panel’s background color.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Color | A Color value that specifies the panel’s background color. |
Remarks
This property is in sync with the BackColor property of the DockPanel.Appearance object. See this link to learn more about the background color setting,
See Also