Back to Devexpress

ImageEdit.EmptyContentTemplate Property

wpf-devexpress-dot-xpf-dot-editors-dot-imageedit-34984ef3.md

latest1.4 KB
Original Source

ImageEdit.EmptyContentTemplate Property

Gets or sets a template that defines the presentation of an empty editor. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ControlTemplate EmptyContentTemplate { get; set; }
vb
Public Property EmptyContentTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

A ControlTemplate object that defines the presentation of an empty editor.

|

Remarks

An editor is empty if its ImageEdit.Source property isn’t specified.

See Also

ImageEdit Class

ImageEdit Members

DevExpress.Xpf.Editors Namespace