Skip to main content

DockLayoutManager.DefaultAutoHidePanelCaptionImage Property

Gets or sets the image displayed within a dock panel’s header when the panel in the auto-hide state, and if no caption and image are explicitly assigned to the panel. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public ImageSource DefaultAutoHidePanelCaptionImage { get; set; }

Property Value

Type Description
ImageSource

An ImageSource object that specifies the associated image.

Remarks

If an image is assigned to the panel’s BaseLayoutItem.CaptionImage property, it’s displayed within the panel’s header when the panel is in the auto-hide state. If no image is assigned, the auto-hidden panel’s header displays the caption specified by the BaseLayoutItem.Caption property. If neither a caption nor an image is assigned, the panel’s header will display the image specified by the DefaultAutoHidePanelCaptionImage property. If the predefined image doesn’t meet your requirements, you can assign a custom one.

See Also