Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
IncludeMethod Property
See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace > DisplayCharBase Class : IncludeMethod Property

Returns or sets a value that specifies how InputMaskMode is used in deciding whether or not to include the character.

Syntax

Visual Basic (Declaration) 
Public Property IncludeMethod As DisplayCharIncludeMethod
C# 
public DisplayCharIncludeMethod IncludeMethod {get; set;}

Remarks

When IncludeMethod is set to Always, the display character will always be included except when it is empty, in which case normal processing takes effect. (The mask is examined to determine whether a prompt character ot a pad character should be used.) If this property is set to Never, it will never be included in the text. The default setting (DisplayCharIncludeMethod.Default) is to look at the InputMaskMode that's being applied to the text and determine which character to use accordingly.

See Also