Skip to main content

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.v14.2.dll

#Declaration

public ControlTemplate EmptyContentTemplate { get; set; }

#Property Value

Type Description
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.

ImageEditEmptyContentTemplate

See Also