Skip to main content
A newer version of this page is available. .

BaseContentContainer.Image Property

Gets or sets an icon for the current Content Container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public virtual Image Image { get; set; }

Property Value

Type Default Description
Image *null*

An Image that is the current Content Container‘s icon.

See Also