|
Style that allows entering dates. A drop down button is displayed that shows a drop down calendar. You can control the order of day, moth and year portions by setting the UltraGridColumn.MaskInput property. Minimum and maximum allowed values can be controlled using the UltraGridColumn.MinValue and UltraGridColumn.MaxValue properties. Note: This style uses the masking functionality.
|
|
Same as Date style except the drop down button is not displayed.
|
|
Same as Date style except the drop down button is not displayed and in its place spin buttons are displayed that can be used to increment or decrement each component of the date.
|
|
Style that allows entering both date and time. Time uses short time pattern for the time portion. Also a drop down button is displayed that shows a drop down calendar. You can further control the format of the date and time by setting the UltraGridColumn.MaskInput property. Minimum and maximum allowed values can be controlled using the UltraGridColumn.MinValue and UltraGridColumn.MaxValue properties. Note: This style uses the masking functionality.
|
|
Same as DateTime style except the drop down button is not displayed.
|
|
Same as DateTime style except the drop down button is not displayed and in its place spin buttons are displayed that can be used to increment or decrement each component of the date time.
|
|
Style that allows entering Colors.
|
|
Style that allows entering currency values. Note: This style uses the masking functionality. The CurrentCulture is used to determine the number of digits and decimal places. You can control the number of digits, decimal places etc… by setting the UltraGridColumn.MaskInput property. Infragistics.Win.EditorWithMask is used.
|
|
Same as Currency except negative values aren’t allowed.
|
|
Same as Currency except zero and negative values aren’t allowed.
|
|
Style that allows entering double values. Note: This style uses the masking functionality. The NumberFormatInfo of the CurrentCulture is used to determine the number of digits and decimal places. You can control the number of digits, decimal places etc… by setting the UltraGridColumn.MaskInput property. Minimum and maximum allowed values can be controlled using the UltraGridColumn.MinValue and UltraGridColumn.MaxValue properties. Infragistics.Win.EditorWithMask is used.
|
|
Same as Double except this style shows spin buttons.
|
|
Same as Double except the user is not allowed to enter negative numbers. Note: This style uses the masking functionality.
|
DoubleNonNegativeWithSpin
|
Same as DoubleNonNegative except this style shows spin buttons.
|
|
Same as Double except the user is not allowed to enter zero or negative numbers. Note: This style uses the masking functionality.
|
|
Same as DoublePositive except this style shows spin buttons.
|
|
Style that lets the user select a font. Infragistics.Win.FontNameEditor is used.
|
|
Style that uses the Infragistics.Win.EmbeddableImageRenderer to display images.
|
|
Same as Image style except the images are displayed shadowed.
|
|
Style that allows entering integer (whole numbers) values. You can control the number of digits by setting the UltraGridColumn.MaskInput property. Infragistics.Win.EditorWithMask is used.
|
|
Same as Integer except this style shows spin buttons.
|
|
Same as Integer except the user is not allowed to enter zero or negative numbers.
|
|
Same as IntegerPositive except this style shows spin buttons.
|
|
Same as Integer except the user is not allowed to enter negative numbers.
|
IntegerNonNegativeWithSpin
|
Same as IntegerNonNegative except this style shows spin buttons.
|
|
Style that allows entering time. This uses the short time pattern of the current culture. You can control various aspects of the time format by setting the UltraGridColumn.MaskInput property. Minimum and maximum allowed values can be controlled using the UltraGridColumn.MinValue and UltraGridColumn.MaxValue properties. Note: This style uses the masking functionality.
|
|
Same as Time style except spin buttons are displayed that can be used to increment or decrement each component of the time.
|
|
Style that lets the user select time zone. Infragistics.Win.TimeZoneEditor is used.
|