Class RadzenPickList<TItem>
RadzenCard component.
Implements
Inherited Members
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. |
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 |
|
Multiple
Gets or sets a value indicating whether multiple selection is allowed.
Declaration
public bool Multiple { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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. |
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. |
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. |
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. |
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
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. |