Back to Devexpress

ItemCancelEventArgs.Cancel Property

windowsforms-devexpress-dot-xtrabars-dot-itemcanceleventargs.md

latest1.1 KB
Original Source

ItemCancelEventArgs.Cancel Property

Gets or sets a value indicating whether the editor within an item is read only.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true if the editor within an item is readonly; otherwise, false.

|

See Also

ItemCancelEventArgs Class

ItemCancelEventArgs Members

DevExpress.XtraBars Namespace