RadioGroupBuilder.Items Method
Name | Parameters | Description |
---|---|---|
Items(Action<CollectionFactory<RadioGroupItemBuilder>>) | configurator | Provides access to the client-side items option that represents a RadioGroup item collection. |
Items(IEnumerable<String>) | value | An array of items displayed by the UI component. Mirrors the client-side items option. |