skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadMaskedInputBase

Inheritance
System.Object
RadControl
RadMaskedInputBase
RadMaskedDateTimeInput
RadMaskedIPInput
RadMaskedNumericInput
RadMaskedRegexInput
RadMaskedTextInput
RadMaskedTimeSpanInput
Inherited Members
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.OnCreateAutomationPeer()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.ComposeVisualStateName()
RadControl.MeasureOverride(Size)
RadControl.ArrangeOverride(Size)
RadControl.UnapplyTemplateCore()
RadControl.OnIsEnabledChanged(Boolean, Boolean)
RadControl.OnTemplateApplied()
RadControl.ApplyTemplateCore()
RadControl.LoadCore()
RadControl.OnLoaded()
RadControl.UnloadCore()
RadControl.CurrentVisualState
RadControl.IsLoaded
RadControl.IsLoading
RadControl.IsUnloaded
RadControl.WasUnloaded
RadControl.IsTemplateApplied
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll

Syntax

public abstract class RadMaskedInputBase : RadControl, IMaskControl

Constructors

RadMaskedInputBase()

Declaration
public RadMaskedInputBase()

Fields

AllowNullValueProperty

Declaration
public static readonly DependencyProperty AllowNullValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

AllowPromptAsInputProperty

Declaration
public static readonly DependencyProperty AllowPromptAsInputProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CultureProperty

Declaration
public static readonly DependencyProperty CultureProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DescriptionProperty

Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

EmptyTextProperty

Declaration
public static readonly DependencyProperty EmptyTextProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HeaderProperty

Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HeaderTemplateProperty

Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsReadOnlyProperty

Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

MaskProperty

Declaration
public static readonly DependencyProperty MaskProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PromptCharProperty

Declaration
public static readonly DependencyProperty PromptCharProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

TextProperty

Declaration
public static readonly DependencyProperty TextProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

AllowNullValue

Declaration
public bool AllowNullValue { get; set; }
Property Value
System.Boolean

AllowPromptAsInput

Declaration
public bool AllowPromptAsInput { get; set; }
Property Value
System.Boolean

Culture

Declaration
public CultureInfo Culture { get; set; }
Property Value
System.Globalization.CultureInfo

Description

Declaration
public object Description { get; set; }
Property Value
System.Object

EmptyText

Declaration
public string EmptyText { get; set; }
Property Value
System.String

Header

Declaration
public object Header { get; set; }
Property Value
System.Object

HeaderTemplate

Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

IsReadOnly

Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean

Mask

Declaration
public string Mask { get; set; }
Property Value
System.String

PromptChar

Declaration
public char PromptChar { get; set; }
Property Value
System.Char

Text

Declaration
public string Text { get; }
Property Value
System.String

Methods

ChangeVisualState()

Declaration
protected virtual void ChangeVisualState()

ChangeVisualState(Boolean)

Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean useTransitions

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
Overrides
RadControl.OnApplyTemplate()

OnGotFocus(RoutedEventArgs)

Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.RoutedEventArgs e

OnLostFocus(RoutedEventArgs)

Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.RoutedEventArgs e

OnPointerEntered(PointerRoutedEventArgs)

Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnPointerExited(PointerRoutedEventArgs)

Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnPreviewKeyDown(KeyRoutedEventArgs)

Declaration
protected override void OnPreviewKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.KeyRoutedEventArgs e

OnValueChanged(EventArgs)

Declaration
protected virtual void OnValueChanged(EventArgs e)
Parameters
System.EventArgs e

OnValueChanging(ValueChangingEventArgs)

Declaration
protected virtual void OnValueChanging(ValueChangingEventArgs e)
Parameters
ValueChangingEventArgs e

Events

ContextMenuOpening

Declaration
public event ContextMenuOpeningEventHandler ContextMenuOpening
Event Type
Microsoft.UI.Xaml.Controls.ContextMenuOpeningEventHandler

ValueChanged

Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler

ValueChanging

Declaration
public event EventHandler<ValueChangingEventArgs> ValueChanging
Event Type
System.EventHandler<ValueChangingEventArgs>

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.