Skip to main content

CheckEdit.Content Property

Gets or sets the editor's content. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

[TypeConverter(typeof(ObjectConverter))]
public object Content { get; set; }

#Property Value

Type Description
Object

An object that represents the editor's content.

See Also