Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class DateRenderEventArgs

    Supplies information about a DateRender event that is being raised.

    Inheritance
    System.Object
    DateRenderEventArgs
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class DateRenderEventArgs : object

    Properties

    Attributes

    Gets or sets the HTML attributes that will be applied to item HTML element.

    Declaration
    public IDictionary<string, object> Attributes { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>

    The attributes.

    Examples

    void OnDateRender(DateRenderEventArgs args) { args.Attributes["style"] = "background-color: red; color: black;"; }

    Date

    Gets the date which the rendered item represents.

    Declaration
    public DateTime Date { get; }
    Property Value
    Type Description
    DateTime

    Disabled

    Gets or sets a value indicating whether the rendered item is disabled.

    Declaration
    public bool Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if disabled; otherwise, false.

    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