Skip to main content
A newer version of this page is available. .

CanUnselectRowEventArgs.CanUnselectRow Property

Gets or sets whether an end-user can unselect the processed row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public bool CanUnselectRow { get; set; }

Property Value

Type Description
Boolean

true, if an end-user can unselect the processed row; otherwise, false.

Remarks

Set the CanUnselectRow property to false to prevent a particular row from being unselected.

See Also