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

TabPageChangingEventArgs.Cancel Property

Gets or sets whether the event must be canceled.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.1.dll

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