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

LightweightCellEditor.HasCustomAppearance Property

Gets whether the cell editor has a custom appearance.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public bool HasCustomAppearance { get; }

Property Value

Type Description
Boolean

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

See Also