Back to Devexpress

BaseDocument.ImageUri Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-eaecf56c.md

latest1.8 KB
Original Source

BaseDocument.ImageUri Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views

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

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace