XtraTabControl.TabMiddleClickFiringMode Property
Gets or sets if and when the XtraTabControl.TabMiddleClick event fires.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(TabMiddleClickFiringMode.Default)]
[DXCategory("Behavior")]
public virtual TabMiddleClickFiringMode TabMiddleClickFiringMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tab |
Default | A Tab |
Available values:
Name | Description |
---|---|
Default | The default behavior. For the Xtra |
Mouse |
A Tab |
Mouse |
A Tab |
None | A Tab |
#Remarks
By default, the XtraTabControl.TabMiddleClick event doesn’t fire. To make it fire, set the TabMiddleClickFiringMode property to MouseDown or MouseUp.