Version

DefaultEditorOwnerSettings Class Members

The following tables list the members exposed by DefaultEditorOwnerSettings.

Public Constructors
Public Properties
 NameDescription
Public PropertyButtonStyleReturns or sets the button style for the editor.  
Public PropertyDataTypeReturns or sets the data type. When the owner doesn't have information on the DataType this data type will be used by the editor.  
Public PropertyFormatReturns or sets the string used to format the value.  
Public PropertyFormatProviderReturns or sets the System.IFormatProvider instance that supplies culture-specific formatting information.  
Public PropertyHasValueConstraintReturns true if ValueConstraint has been allocated.  
Public PropertyImageTransparentColorReturns or sets the color that is used as the transparent color for images displayed by the editor.  
Public PropertyMaskClipModeReturns or sets whether literals and prompt characters are included when the editor copies the value to the clipboard.  
Public PropertyMaskDataModeReturns or sets whether literals and prompt characters are included in the editor value.  
Public PropertyMaskDisplayModeReturns or sets whether literals and prompt characters are displayed when the editor is not in edit mode.  
Public PropertyMaskInputReturns or sets the input mask for the editor.  
Public PropertyMaxLengthReturns or sets the maximum length for a string.  
Public PropertyMaxValueReturns or sets the maximum value for the editor.  
Public PropertyMinValueReturns or sets the minimum value for the editor.  
Public PropertyTextBoxScrollbarsReturns or sets which scroll bars are displayed by a multiline editors textbox.  
Public PropertyValueConstraintGets or sets the ValueConstraint.  
Public PropertyValueListReturns or sets the Infragistics.Win.IValueList used by an editor.  
See Also