alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class TimePickerMaskPlaceholder

    Configures the placeholder text for the SfTimePicker<TValue> mask, which is displayed based on the specified format until the user enters a value.

    Inheritance
    System.Object
    SfBaseComponent
    MaskPlaceholder
    TimePickerMaskPlaceholder
    Implements
    System.IAsyncDisposable
    Inherited Members
    MaskPlaceholder.Day
    MaskPlaceholder.DayOfWeek
    MaskPlaceholder.Hour
    MaskPlaceholder.Minute
    MaskPlaceholder.Month
    MaskPlaceholder.Second
    MaskPlaceholder.Year
    SfBaseComponent.DisposeAsync()
    Namespace: Syncfusion.Blazor.Toolkit.Calendars
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public class TimePickerMaskPlaceholder : MaskPlaceholder, IAsyncDisposable
    Remarks

    The properties of this class are only applicable when the EnableMask property is set to true.

    Examples
    <SfTimePicker TValue="DateTime?" EnableMask="true">
    <TimePickerMaskPlaceholder Hour="hh" Minute="mm" Second="ss" />
    </SfTimePicker>

    Constructors

    TimePickerMaskPlaceholder()

    Declaration
    public TimePickerMaskPlaceholder()

    Implements

    System.IAsyncDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved