Skip to main content
A newer version of this page is available. .

DataFormMultilineEditorAttribute Properties

Specifies that a data form uses a multi-line text editor for a property.
Name Description
InplaceLabelText Inherited from DataFormTextEditorAttributeBase.
Keyboard Gets or sets the type of keyboard used to input text. Inherited from DataFormTextEditorAttributeBase.
MaxLineCount Specifies the maximum number of lines the editor can contain.
MinLineCount Specifies the minimum number of lines the editor can contain.
Placeholder Gets or sets the editor’s placeholder text. Inherited from DataFormTextEditorAttributeBase.
Prefix Inherited from DataFormTextEditorAttributeBase.
Suffix Inherited from DataFormTextEditorAttributeBase.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also