Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
DisplayCharIncludeMethod Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace : DisplayCharIncludeMethod Enumeration

This enumeration is used to specify the value for DisplayCharBase.IncludeMethod property. It dictates how a value of a DisplayChar is included when applying mask to get the text.

Syntax

Visual Basic (Declaration) 
Public Enum DisplayCharIncludeMethod 
   Inherits System.Enum
C# 
public enum DisplayCharIncludeMethod : System.Enum 

Members

MemberDescription
Always Always include the DisplayChar
Default Default is to look at the mask mode in deciding whether to include or not.
Never Never include the DisplayChar

Remarks

Note: Typically there is no need for you to specify this property or use this enum directly. The XamMaskedInput will set the associated property automatically based on the mask.

See Also