Name | Description | |
---|---|---|
AcceptsArrowKeys | Gets or sets how arrow keys are processed by the edit control. | |
AllowArrowKeysMoveActiveCell | Gets or sets whether to allow arrow keys to move the active cell. | |
AllowEditorVerticalAlign | Gets or sets whether to allow editor vertical align. | |
AutoCompleteCustomSource | Gets or sets a custom string collection when the AutoCompleteSource property is set to CustomSource. | |
AutoCompleteMode | Gets or sets how automatic completion works. | |
AutoCompleteSource | Gets or sets the source of complete strings used for automatic completion. | |
AutoFillAutoCompleteCustomSource | Gets or sets whether the AutoCompleteCustomSource is automatically filled with data from other cells in the column. | |
BackgroundImage | Gets or sets the background image for the cell. | |
ButtonAlign | Gets or sets where the buttons are displayed in the cell. | |
DefaultFont | Gets the default font. | |
DropDownButton | Gets or sets whether a drop-down button is displayed in the cell. | |
EnableSubEditor | Gets or sets whether the SubEditor is available. | |
FocusPosition | Gets or sets the initial cursor position. | |
NullDisplay | Gets or sets the text to display for null values. | |
ReadOnly | Gets or sets whether the cell is read-only (and thus cannot be modified). | |
ShrinkToFit | Gets or sets whether to shrink the text to fit the cell. | |
Static | Gets or sets whether the cell is static, which prohibits user interaction. | |
StringTrim | Gets or sets how to trim characters that do not fit in the cell. | |
SubEditor | Overridden. Gets or sets the subeditor. | |
TextOrientation | Gets or sets how text orients itself when painting the cell. | |
TextRotationAngle | Gets or sets the rotation angle of the text for the cell. | |
WordWrap | Gets or sets whether text that is too long to fit in the cell wraps to additional lines. |