TcxDBTrackBar.ActiveProperties Property
Obtains the properties that are currently applied to the data-aware track bar editor.
Declaration
property ActiveProperties: TcxTrackBarProperties read;
Property Value
Type |
---|
TcxTrackBarProperties |
Remarks
This property is useful when the track bar editor has a repository item assigned to it via the RepositoryItem property. In this case, the ActiveProperties property returns the repository item’s properties that are active while this item is assigned to the editor. Otherwise, the inherent track bar properties are returned.
See Also