Skip to main content

TabPageChangingEventArgs.Cancel Property

Gets or sets whether the event must be canceled.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true if the event must be canceled; otherwise, false.

Remarks

To cancel the current event, set the Cancel property to true.

See Also