DataGridViewTextBoxCell.MaxInputLength Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of characters that can be entered into the text box.
public:
virtual property int MaxInputLength { int get(); void set(int value); };
public virtual int MaxInputLength { get; set; }
member this.MaxInputLength : int with get, set
Public Overridable Property MaxInputLength As Integer
The maximum number of characters that can be entered into the text box; the default value is 32767.
The value is less than 0.
The MaxInputLength property does not affect the length of text entered programmatically through the cell's value or through cell formatting. It affects only what the user can input and edit.
Setting the MaxInputLength property of the owning column also sets the MaxInputLength property of every cell in the column. To override the specified value for individual cells, set the cell values after you set the column value.
Produkt | Verzie |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: