Skip to main content

LightweightCellEditor.HasCustomAppearance Property

Gets whether the cell editor has a custom appearance.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool HasCustomAppearance { get; }

Property Value

Type Description
Boolean

true, if the cell editor has a custom appearance; otherwise, false.

See Also