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

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.v19.1.dll

Declaration

public IXtraTabPage PrevPage { get; }

Property Value

Type Description
DevExpress.XtraTab.IXtraTabPage

An XtraTabPage object.

See Also