Back to Devexpress

TabFormControlBase.Handler Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-4a2346b1.md

latest1.2 KB
Original Source

TabFormControlBase.Handler Property

Gets the object that handles the control events.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TabFormControlHandler Handler { get; }
vb
<Browsable(False)>
Public ReadOnly Property Handler As TabFormControlHandler

Property Value

TypeDescription
DevExpress.XtraBars.TabFormControlHandler

A DevExpress.XtraBars.TabFormControlHandler object that handles the control events.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace