The following tables list the members exposed by DefaultEditorOwnerSettings.
Name | Description | |
---|---|---|
![]() | DefaultEditorOwnerSettings Constructor | Initializes a new DefaultEditorOwnerSettings |
Name | Description | |
---|---|---|
![]() | ButtonStyle | Returns or sets the button style for the editor. |
![]() | DataType | Returns or sets the data type. When the owner doesn't have information on the DataType this data type will be used by the editor. |
![]() | Format | Returns or sets the string used to format the value. |
![]() | FormatProvider | Returns or sets the System.IFormatProvider instance that supplies culture-specific formatting information. |
![]() | HasValueConstraint | Returns true if ValueConstraint has been allocated. |
![]() | ImageTransparentColor | Returns or sets the color that is used as the transparent color for images displayed by the editor. |
![]() | MaskClipMode | Returns or sets whether literals and prompt characters are included when the editor copies the value to the clipboard. |
![]() | MaskDataMode | Returns or sets whether literals and prompt characters are included in the editor value. |
![]() | MaskDisplayMode | Returns or sets whether literals and prompt characters are displayed when the editor is not in edit mode. |
![]() | MaskInput | Returns or sets the input mask for the editor. |
![]() | MaxLength | Returns or sets the maximum length for a string. |
![]() | MaxValue | Returns or sets the maximum value for the editor. |
![]() | MinValue | Returns or sets the minimum value for the editor. |
![]() | TextBoxScrollbars | Returns or sets which scroll bars are displayed by a multiline editors textbox. |
![]() | ValueConstraint | Gets or sets the ValueConstraint. |
![]() | ValueList | Returns or sets the Infragistics.Win.IValueList used by an editor. |