Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class AppointmentData

    Represents an appointment in RadzenScheduler<TItem>

    Inheritance
    object
    AppointmentData
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class AppointmentData

    Constructors

    AppointmentData()

    Represents an appointment in RadzenScheduler<TItem>

    Declaration
    public AppointmentData()

    Properties

    Data

    Gets or sets the data associated with the appointment

    Declaration
    public object Data { get; set; }
    Property Value
    Type Description
    object

    The data.

    End

    Gets or sets the end of the appointment.

    Declaration
    public DateTime End { get; set; }
    Property Value
    Type Description
    DateTime

    The end.

    Start

    Gets or sets the start of the appointment.

    Declaration
    public DateTime Start { get; set; }
    Property Value
    Type Description
    DateTime

    The start.

    Text

    Gets or sets the text of the appointment.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    The text.

    Methods

    Equals(object)

    Determines whether the specified object is equal to this instance. Used to check if two appointments are equal.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with this instance.

    Returns
    Type Description
    bool

    true if the specified is equal to this instance; otherwise, false.

    Overrides
    object.Equals(object)

    GetHashCode()

    Returns a hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

    Overrides
    object.GetHashCode()

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT