Back to Devexpress

PivotGridField.CanEdit Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-33ee04d3.md

latest1.9 KB
Original Source

PivotGridField.CanEdit Property

Returns whether cells of the current field can be edited.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool CanEdit { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property CanEdit As Boolean

Property Value

TypeDescription
Boolean

true if cells of the current field can be edited; otherwise, false

|

Remarks

You can use the PivotGridOptionsCustomizationEx.AllowEdit and/or PivotGridFieldOptionsEx.AllowEdit options to prevent data editing.

See Also

PivotGridOptionsCustomizationEx.AllowEdit

PivotGridFieldOptionsEx.AllowEdit

Cell Editors Overview

PivotGridField Class

PivotGridField Members

DevExpress.XtraPivotGrid Namespace