menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimePickerMaskPlaceholder - Blazor API Reference | Syncfusion

    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
    MaskPlaceholder
    TimePickerMaskPlaceholder
    Inherited Members
    MaskPlaceholder.Day
    MaskPlaceholder.DayOfWeek
    MaskPlaceholder.Hour
    MaskPlaceholder.Minute
    MaskPlaceholder.Month
    MaskPlaceholder.Second
    MaskPlaceholder.Year
    Namespace: Syncfusion.Blazor.Calendars
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TimePickerMaskPlaceholder : MaskPlaceholder
    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()

    Methods

    OnInitializedAsync()

    Initializes the component and updates the parent with its properties.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous initialization operation.

    Remarks

    This method is called by the Blazor framework when the component is first initialized.

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