DataEntryGridTextCellProps Members
The DataEntryGridTextCellProps type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataEntryGridTextCellProps(DataEntryGridRow, Int32) |
Initializes a new instance of the DataEntryGridTextCellProps class.
|
|
DataEntryGridTextCellProps(DataEntryGridRow, Int32, String) |
Initializes a new instance of the DataEntryGridTextCellProps class and creates a string edit control in the data entry grid cell.
|
Properties
Name | Description | |
---|---|---|
CharacterCasing |
Gets or sets the character casing.
|
|
EditingControlId |
Gets the editing control identifier.
|
|
MaxLength |
Gets or sets the maximum length.
|
|
Text |
Gets or sets the text.
|