Back to Devexpress

BaseContentContainer.ImageUri Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-d64578ea.md

latest1.9 KB
Original Source

BaseContentContainer.ImageUri Property

Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this BaseContentContainer.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

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

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace