Completed
Last Updated: 18 Feb 2015 15:18 by ADMIN
Jean-Marc
Created on: 03 Feb 2015 19:27
Category: UI for WPF
Type: Feature Request
0
properties on controls
I am currently working with MaskedInput control, and I have an issue on your documentation.  Why is there no explanation on all the properties, even in your demo there are a lack of explanation.  For instance, SpinMode, what is this, what does it do?
IsManinulationEnabled, what does this do, under which control, the Numeric,, Decimal, DateTime or Text???  Why Text and Value.   What is OriginalValue means? The control have an AcceptsReturn properties, why not an AcceptsTab properties?
1 comment
ADMIN
Petar Mladenov
Posted on: 05 Feb 2015 08:34
Thank you for your feedback. We are constantly trying to improve our support resources. However, our online samples' main purpose is to demonstrate features in the controls and describing every property would require different design and would make the demos much more complicated.
In our documentation you can search whether property is described in help article. For example here is the first result if you search for SpinMode:

http://docs.telerik.com/devtools/wpf/controls/radmaskedinput/features/keyboard-mouse.html

Also if, some properties are not described in article, they can be searched directly in our API which is reflected in the search mechanism. For example this is extracted from our public API:

http://docs.telerik.com/devtools/wpf/api/html/P_Telerik_Windows_Controls_RadMaskedInputBase_AcceptsReturn.htm

Can you share some details about these properties IsManipulationEnabled and OriginalValue ? We think they are not MaskedInput related. Let us know if we are wrong.