Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenPickList<TItem>

    RadzenCard component.

    Inheritance
    System.Object
    RadzenComponent
    RadzenPickList<TItem>
    Implements
    IDisposable
    Inherited Members
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.Reference
    RadzenComponent.OnAfterRenderAsync(Boolean)
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Dispose()
    RadzenComponent.CurrentStyle
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenPickList<TItem> : RadzenComponent, IDisposable
    Type Parameters
    Name Description
    TItem

    Properties

    AllowFiltering

    Gets or sets value if filtering is allowed.

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

    The allow filtering value.

    AllowMoveAll

    Gets or sets a value indicating whether it is allowed to move all items.

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

    true if c allowed to move all items; otherwise, false.

    AllowMoveAllSourceToTarget

    Gets or sets a value indicating whether it is allowed to move all items from source to target.

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

    true if c allowed to move all items from source to target; otherwise, false.

    AllowMoveAllTargetToSource

    Gets or sets a value indicating whether it is allowed to move all items from target to source.

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

    true if c allowed to move all items from target to source; otherwise, false.

    AllowSelectAll

    Gets or sets a value indicating whether selecting all items is allowed.

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

    true if selecting all items is allowed; otherwise, false.

    ButtonGap

    Gets or sets the buttons spacing

    Declaration
    public string ButtonGap { get; set; }
    Property Value
    Type Description
    System.String

    The buttons spacing.

    ButtonJustifyContent

    Gets or sets the buttons style

    Declaration
    public JustifyContent ButtonJustifyContent { get; set; }
    Property Value
    Type Description
    JustifyContent

    The buttons style.

    ButtonShade

    Gets or sets the color shade of the buttons.

    Declaration
    public Shade ButtonShade { get; set; }
    Property Value
    Type Description
    Shade

    The color shade of the buttons.

    ButtonSize

    Gets or sets the buttons size.

    Declaration
    public ButtonSize ButtonSize { get; set; }
    Property Value
    Type Description
    ButtonSize

    The buttons size.

    ButtonStyle

    Gets or sets the buttons style

    Declaration
    public ButtonStyle ButtonStyle { get; set; }
    Property Value
    Type Description
    ButtonStyle

    The buttons style.

    ButtonVariant

    Gets or sets the design variant of the buttons.

    Declaration
    public Variant ButtonVariant { get; set; }
    Property Value
    Type Description
    Variant

    The variant of the buttons.

    Disabled

    Gets or sets a value indicating whether component is disabled.

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

    true if component is disabled; otherwise, false.

    DisabledProperty

    Gets or sets the disabled property

    Declaration
    public string DisabledProperty { get; set; }
    Property Value
    Type Description
    System.String

    The disabled property.

    ItemRender

    Gets or sets the row render callback. Use it to set row attributes.

    Declaration
    public Action<PickListItemRenderEventArgs<TItem>> ItemRender { get; set; }
    Property Value
    Type Description
    Action<PickListItemRenderEventArgs<TItem>>

    The row render callback.

    Multiple

    Gets or sets a value indicating whether multiple selection is allowed.

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

    true if multiple selection is allowed; otherwise, false.

    Orientation

    Gets or sets the orientation

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type Description
    Orientation

    The orientation.

    Placeholder

    Gets or sets the common placeholder

    Declaration
    public string Placeholder { get; set; }
    Property Value
    Type Description
    System.String

    The common placeholder.

    SelectAllText

    Gets or sets the select all text.

    Declaration
    public string SelectAllText { get; set; }
    Property Value
    Type Description
    System.String

    The select all text.

    SelectedSourceToTargetIcon

    Gets or sets the selected source to target icon

    Declaration
    public string SelectedSourceToTargetIcon { get; set; }
    Property Value
    Type Description
    System.String

    The selected source to target icon.

    SelectedSourceToTargetTitle

    Gets or sets the selected source to target title

    Declaration
    public string SelectedSourceToTargetTitle { get; set; }
    Property Value
    Type Description
    System.String

    The selected source to target title.

    SelectedTargetToSourceIcon

    Gets or sets the selected target to source icon

    Declaration
    public string SelectedTargetToSourceIcon { get; set; }
    Property Value
    Type Description
    System.String

    The selected target to source icon.

    SelectedTargetToSourceTitle

    Gets or sets the selected target to source title

    Declaration
    public string SelectedTargetToSourceTitle { get; set; }
    Property Value
    Type Description
    System.String

    The selected target to source title.

    ShowHeader

    Gets or sets value if headers are shown.

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

    If headers are shown value.

    Source

    Gets or sets the source collection.

    Declaration
    public IEnumerable<TItem> Source { get; set; }
    Property Value
    Type Description
    IEnumerable<TItem>

    The source collection.

    SourceChanged

    Gets or sets the source changed.

    Declaration
    public EventCallback<IEnumerable<TItem>> SourceChanged { get; set; }
    Property Value
    Type Description
    EventCallback<IEnumerable<TItem>>

    The source changed.

    SourceHeader

    Gets or sets the source header

    Declaration
    public RenderFragment SourceHeader { get; set; }
    Property Value
    Type Description
    RenderFragment

    The source header.

    SourcePlaceholder

    Gets or sets the source placeholder

    Declaration
    public string SourcePlaceholder { get; set; }
    Property Value
    Type Description
    System.String

    The source placeholder.

    SourceToTargetIcon

    Gets or sets the source to target icon

    Declaration
    public string SourceToTargetIcon { get; set; }
    Property Value
    Type Description
    System.String

    The source to target icon.

    SourceToTargetTitle

    Gets or sets the source to target title

    Declaration
    public string SourceToTargetTitle { get; set; }
    Property Value
    Type Description
    System.String

    The source to target title.

    Target

    Gets or sets the target collection.

    Declaration
    public IEnumerable<TItem> Target { get; set; }
    Property Value
    Type Description
    IEnumerable<TItem>

    The target collection.

    TargetChanged

    Gets or sets the target changed.

    Declaration
    public EventCallback<IEnumerable<TItem>> TargetChanged { get; set; }
    Property Value
    Type Description
    EventCallback<IEnumerable<TItem>>

    The target changed.

    TargetHeader

    Gets or sets the target header

    Declaration
    public RenderFragment TargetHeader { get; set; }
    Property Value
    Type Description
    RenderFragment

    The target header.

    TargetPlaceholder

    Gets or sets the target placeholder

    Declaration
    public string TargetPlaceholder { get; set; }
    Property Value
    Type Description
    System.String

    The target placeholder.

    TargetToSourceIcon

    Gets or sets the target to source icon

    Declaration
    public string TargetToSourceIcon { get; set; }
    Property Value
    Type Description
    System.String

    The target to source icon.

    TargetToSourceTitle

    Gets or sets the target to source title

    Declaration
    public string TargetToSourceTitle { get; set; }
    Property Value
    Type Description
    System.String

    The target to source title.

    Template

    Gets or sets the source template

    Declaration
    public RenderFragment<TItem> Template { get; set; }
    Property Value
    Type Description
    RenderFragment<TItem>

    The source template.

    TextProperty

    Gets or sets the text property

    Declaration
    public string TextProperty { get; set; }
    Property Value
    Type Description
    System.String

    The text property.

    Methods

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    System.String
    Overrides
    RadzenComponent.GetComponentCssClass()

    GetSelectedSources()

    Returns a collection of TItem that are selected in the source list.

    Declaration
    public IEnumerable<TItem> GetSelectedSources()
    Returns
    Type Description
    IEnumerable<TItem>

    GetSelectedTargets()

    Returns a collection of TItem that are selected in the target list.

    Declaration
    public IEnumerable<TItem> GetSelectedTargets()
    Returns
    Type Description
    IEnumerable<TItem>

    GetStyle()

    Gets the final CSS style rendered by the component. Combines it with a style custom attribute.

    Declaration
    protected string GetStyle()
    Returns
    Type Description
    System.String

    SetParametersAsync(ParameterView)

    Set parameters as an asynchronous operation.

    Declaration
    public override async Task SetParametersAsync(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters

    The parameters.

    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

    Overrides
    RadzenComponent.SetParametersAsync(ParameterView)

    Implements

    IDisposable

    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