Skip to main content

RepositoryItemZoomTrackBar.AllowUseMiddleValue Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.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