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

Enum associated with the EditSectionBase.Orientation property of the EditSectionBase class.

Syntax

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

Members

MemberDescription
LeftToRight The section is a left-to-right section.
RightToLeft The section is a right-to-left section.

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