The SalDataField type exposes the following members.

Properties

  NameDescription
Public propertyBackColor
Overrides the BackColor property to be able to install our ShouldSerializeBackColor() function.
(Overrides TextBoxBase..::..BackColor.)
Public propertyCultureInfo
Returns/Sets the culture to use for this control.
Public propertyDataType
Value type of the text box control.
Public propertyDateTime
DateTime value property.
Public propertyDesigntimeVisible
Returns true if the object was designed as visible.
Public propertyEditMask
Indicates the edit mask to apply to the text while editing.
Public propertyFormat
Format string.
Public propertyLabel
Returns/Sets the label associated with this control.
Public propertyNamedProperties
Returns the collection of named properties.
Public propertyNumber
Number value property.
Public propertySelectedText
Overrides the SelectedText property to take in consideration that the edit mask, if applied, may shorten the string returned by the Text property.
(Overrides TextBoxBase..::..SelectedText.)
Public propertyText
Returns/Sets the text of the data field. This is overridden to remove the edit mask.
(Overrides TextBox..::..Text.)

See Also