Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRangeControlCustomNumericClientProperties Class

The base class for all classes that implement numeric data range selection and visualization models employed by the range control.

#Declaration

Delphi
TdxRangeControlCustomNumericClientProperties = class(
    TdxRangeControlCustomClientProperties
)

#Remarks

This class extends its ancestor with properties that allow you to:

  • Specify the actual numeric type of the range control’s scale (RangeValueType);

  • Identify if a particular numeric type is supported by a numeric data range model (IsRangeValueTypeSupported);

  • Specify the formatting pattern applied to the scale tickmark labels (DisplayFormat);

  • Convert the range specified in viewport coordinates to the actual range value (GetInterval).

You do not need to create instances of the TdxRangeControlCustomNumericClientProperties class. Use its descendant(s) instead. For additional information, refer to the Data Range Selection and Visualization Models topic.

See Also