Skip to main content

CheckEdit.HasContent Property

Gets or sets whether editor’s content is specified. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool HasContent { get; }

Property Value

Type Description
Boolean

true if the editor’s content is specified; otherwise, false.

See Also