Skip to main content

RowAllowEventArgs.Allow Property

Gets or sets a value specifying whether the current operation is allowed.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public bool Allow { get; set; }

Property Value

Type Description
Boolean

true to allow the operation; otherwise, false.

See Also