MaskedTextProvider.EditPositionCount Property

Definition

Gets the number of editable positions in the formatted string.

public:
 property int EditPositionCount { int get(); };
public int EditPositionCount { get; }
member this.EditPositionCount : int
Public ReadOnly Property EditPositionCount As Integer

Property Value

An Int32 containing the number of editable positions in the formatted string.

Remarks

The total number of editable character positions, represented by the EditPositionCount property, must equal the sum of the AssignedEditPositionCount and the AvailableEditPositionCount properties. This value includes both the required and the optional editable characters.

Applies to

See also