Skip to main content

ImageEdit.HasImage Property

Gets whether the editor displays an image. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool HasImage { get; }

#Property Value

Type Description
Boolean

true if the editor displays an image; false if the editor is empty.

See Also