MaxLength Property (WPFTextBox)

Class

WPFTextBox.

Action

Gets the maximum number of characters that can be manually entered into the text box.

Syntax

C#
protected Integer MaxLength { get; }
VB
'Declaration
Protected Read Property MaxLength As Integer

Access

Read only.