Skip to main content

DataFormMaskedEditorAttribute Properties

Specifies that a data form uses a single-line text editor for a property, and allows you to define an input mask.
Name Description
AutofillContentType
CharacterCasing Inherited from DataFormTextEditorAttributeBase.
ClearIconVisibility Inherited from DataFormTextEditorAttributeBase.
DisplayFormat
InplaceLabelText Inherited from DataFormTextEditorAttributeBase.
IsInplaceLabelFloating Inherited from DataFormTextEditorAttributeBase.
IsReadOnly Inherited from DataFormTextEditorAttributeBase.
Keyboard Gets or sets the type of keyboard used to input text. Inherited from DataFormTextEditorAttributeBase.
Mask Gets or sets the editor’s input mask expression.
MaskPlaceholderChar
MaxCharacterCount
MaxCharacterCountOverflowMode
Placeholder Gets or sets the editor’s placeholder text. Inherited from DataFormTextEditorAttributeBase.
Prefix Inherited from DataFormTextEditorWithAffixAttributeBase.
ReturnType Inherited from DataFormTextEditorAttributeBase.
Suffix Inherited from DataFormTextEditorWithAffixAttributeBase.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also