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

RepositoryItemZoomTrackBar.AllowUseMiddleValue Property

Gets or sets if the RepositoryItemZoomTrackBar.Middle property is in effect.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool AllowUseMiddleValue { get; set; }

Property Value

Type Default Description
Boolean false

true if the RepositoryItemZoomTrackBar.Middle property is in effect; otherwise, false.

Remarks

See the RepositoryItemZoomTrackBar.Middle topic for more information.

See Also