Skip to main content

ClosePageButtonEventArgs.PrevPage Property

Returns null if the TabControl’s Close button has been clicked. Otherwise, this property returns the same value as the Page property.

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public IXtraTabPage PrevPage { get; }

Property Value

Type Description
DevExpress.XtraTab.IXtraTabPage

An XtraTabPage object.

See Also