TcxDBTrackBar.Properties Property
Provides access to track bar editor settings.
Declaration
property Properties: TcxTrackBarProperties read; write;
Property Value
| Type | Description |
|---|---|
| TcxTrackBarProperties | Stores track bar editor settings. |
Remarks
You can use the Properties property to access and customize track bar editor settings if the RepositoryItem property is unspecified. If a track bar repository item is assigned to the RepositoryItem property, all settings accessible through the Properties property have no effect on the track bar editor.
Note
You can use the ActiveProperties property to identify settings that currently affect the track bar editor.
Available Options
Use Properties.Min and Properties.Max properties to specify minimum and maximum values on the track bar scale. In addition, you may need to adjust standard and large thumb position change steps depending on the specified track bar scale range.
Refer to the TcxTrackBarProperties class description for detailed information on all available options.