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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
See Also