TcxEditRepositoryNumericWheelPickerItem.Properties Property
Provides access to stored numeric wheel picker settings.
Declaration
property Properties: TdxNumericWheelPickerProperties read; write;
Property Value
Type | Description |
---|---|
TdxNumericWheelPickerProperties | Stores numeric wheel picker settings. |
Remarks
You can use the Properties
.LineCount property to change the number of simultaneously visible wheel lines (positions). Properties
.Min and Properties
.Max properties allow you to limit the range of values available for selection.
Refer to the TdxNumericWheelPickerProperties class description for detailed information on all available options.
See Also