Back to Devexpress

LightweightCellEditor.EditorOpacity Property

wpf-devexpress-dot-xpf-dot-grid-dot-lightweightcelleditor-68155b6b.md

latest1.3 KB
Original Source

LightweightCellEditor.EditorOpacity Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double EditorOpacity { get; set; }
vb
Public Property EditorOpacity As Double

Property Value

TypeDescription
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

LightweightCellEditor Class

LightweightCellEditor Members

DevExpress.Xpf.Grid Namespace