RepositoryItemRangeTrackBar Class
Contains settings specific to a RangeTrackBarControl editor.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Related API Members
The following members return RepositoryItemRangeTrackBar objects:
Remarks
The RepositoryItemRangeTrackBar provides settings specific to a RangeTrackBarControl control. You can access these settings via the RangeTrackBarControl.Properties object.
The main settings that you may want to set are:
- RepositoryItemTrackBar.Maximum - specifies the editor’s maximum value.
- RepositoryItemTrackBar.Minimum - specifies the editor’s minimum value.
- RepositoryItemTrackBar.TickFrequency - specifies the delta between ticks.
- RepositoryItemTrackBar.TickStyle - specifies the location of tick marks within the track bar.
- RepositoryItemTrackBar.Orientation - allows you to choose between the horizontal and vertical track bar orientation.
You don’t need to create repository items manually, unless you have to create inplace editors (for the Grid Control, for instance).
Inheritance
Object
MarshalByRefObject
Component
DevExpress.XtraEditors.ComponentBase
RepositoryItem
RepositoryItemTrackBar
RepositoryItemRangeTrackBar
See Also