Back to Devexpress

DxDropDown.Initialized Event

blazor-devexpress-dot-blazor-dot-dxdropdown-f8527809.md

latest1.1 KB
Original Source

DxDropDown.Initialized Event

Fires after the drop-down window is initialized.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public EventCallback<DropDownInitializedEventArgs> Initialized { get; set; }

Event Data

The Initialized event's data class is DropDownInitializedEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancellationTokenSpecifies an object that propagates a cancellation notification.

See Also

IsInitialized

InitializedTask

DxDropDown Class

DxDropDown Members

DevExpress.Blazor Namespace