Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / AutoCompletingMaskEventArgs Class
Properties


In This Topic
    AutoCompletingMaskEventArgs Class Members
    In This Topic

    The following tables list the members exposed by AutoCompletingMaskEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the AutoCompletingMaskEventArgs class specifying the input text as well as the information required to automatically complete the mask.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating the position at which the automatic completion of the mask starts.  
    Public PropertyGets or sets the text that will be used to automatically complete the mask.  
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets the input text.  
    Public PropertyGets a copy of the MaskTextProvider that was used to mask the input text.  
    Public Property

    Gets a value indicating the number of selected characters.

     
    Public PropertyGets the position at which the inputted text starts.  
    Top
    See Also