Back to Devexpress

DockPanel.ImageUri Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-52f40492.md

latest1.7 KB
Original Source

DockPanel.ImageUri Property

Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this DockPanel. This property is obsolete. Use the DockPanel.ImageOptions.ImageUri property instead.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public DxImageUri ImageUri { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
Public Property ImageUri As DxImageUri

Property Value

TypeDefaultDescription
DevExpress.Utils.DxImageUrinull

A DxImageUri object that stores the uniform resource identifier (URI) for the required glyph.

|

Remarks

See the Image Gallery and Context-Dependent Images to learn more.

See Also

Image Gallery and Context-Dependent Images

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace