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.v24.2.dll

Declaration

public IXtraTabPage PrevPage { get; }

Property Value

Type Description
DevExpress.XtraTab.IXtraTabPage

An XtraTabPage object.

See Also