Skip to main content

RowAllowEventArgs.Allow Property

Gets or sets whether to allow or prohibit an operation with the row.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public bool Allow { get; set; }

#Property Value

Type Description
Boolean

true, to allow an operation; otherwise, false

See Also