BaseContentContainer.Image Property
Gets or sets an icon for the current Content Container.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
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