RepositoryItemZoomTrackBar.AllowUseMiddleValue Property
Gets or sets if the RepositoryItemZoomTrackBar.Middle property is in effect.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
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