Skip to main content

CheckEditSettings.Content Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object Content { get; set; }

Property Value

Type Description
Object

An object that specifies the editor’s content.

See Also