Skip to main content
All docs
V25.1
  • TcxEditRepositoryRangeTrackBar.Properties Property

    Provides access to stored range track bar settings.

    Declaration

    property Properties: TdxRangeTrackBarProperties read; write;

    Property Value

    Type Description
    TdxRangeTrackBarProperties

    Stores range track bar settings.

    Remarks

    Use Properties.ShowSelection and Properties.SelectionColor properties to highlight the currently selected range and change highlight color. Properties.Min and Properties.Max properties allow you to limit the range of values available for selection.

    Refer to the TdxRangeTrackBarProperties class description for detailed information on all available options.

    See Also