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

#Declaration

public bool HasContent { get; }

#Property Value

Type Description
Boolean

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

See Also