Skip to main content
A newer version of this page is available. .

CheckEditSettings.Content Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public object Content { get; set; }

Property Value

Type Description
Object

An object that specifies the editor’s content.

See Also