Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 623 Bytes

textbox_maxlength.md

File metadata and controls

31 lines (20 loc) · 623 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBox.MaxLength
winrt property

Windows.UI.Xaml.Controls.TextBox.MaxLength

-description

Gets or sets the value that specifies the maximum number of characters allowed for user input.

-xaml-syntax

<TextBox MaxLength="int"/>

-property-value

The maximum number of characters allowed for user input. The default is 0 (no limit).

-remarks

A MaxLength value of 0 specifies that there is no limit on the number of characters allowed for user input.

-examples

-see-also