Skip to main content
A newer version of this page is available. .
All docs
V20.2

LightweightCellEditor.EditorOpacity Property

Gets or sets the cell editor’s opacity (from 0 to 1).

Namespace: DevExpress.Xpf.Grid

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

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

Declaration

public double EditorOpacity { get; set; }

Property Value

Type Description
Double

The cell editor’s opacity.

Remarks

If a cell is disabled, the EditorOpacity property value is 0.35.

For more information, refer to Disable Editing.

See Also