components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.ChoiceEdit.ChoiceEditDemoPage.description
<ChoiceEdit columnName="ppp_favoritecolor" /><ChoiceEdit ColumnName="ppp_favoritecolor" />components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.ChoiceEdit.ChoiceEditDemoPage.editor-type-description
{/* components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.ChoiceEdit.ChoiceEditDemoPage.snippet-editor-dropdown-comment */}
<ChoiceEdit columnName="ppp_favoritecolor" editorType={ChoiceEditorType.Dropdown} />
{/* components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.ChoiceEdit.ChoiceEditDemoPage.snippet-editor-radio-comment */}
<ChoiceEdit
columnName="ppp_favoritecolor"
editorType={ChoiceEditorType.RadioButtons}
radioButtonOrientation={ChoiceOrientation.Horizontal}
/><!-- components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.ChoiceEdit.ChoiceEditDemoPage.snippet-editor-dropdown-comment -->
<ChoiceEdit ColumnName="ppp_favoritecolor" EditorType="ChoiceEditType.Dropdown" />
<!-- components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.ChoiceEdit.ChoiceEditDemoPage.snippet-editor-radio-comment -->
<ChoiceEdit ColumnName="ppp_favoritecolor"
EditorType="ChoiceEditType.RadioButtons"
RadioButtonOrientation="ComponentOrientation.Horizontal" />components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.ChoiceEdit.ChoiceEditDemoPage.sort-order-description
<ChoiceEdit columnName="ppp_favoritecolor" sort={ChoiceValueSort.DisplayName} /><ChoiceEdit ColumnName="ppp_favoritecolor" SortOrder="ChoiceSortOrder.DisplayName" />components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.ChoiceEdit.ChoiceEditDemoPage.main-demo-description
components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.ChoiceEdit.ChoiceEditDemoPage.properties-demo-description
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name | components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type | components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default | components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description |
|---|---|---|---|
ChildContent | RenderFragment? | コンポーネントの子コンテンツ | |
ColumnName* | string | テーブルレコードからエディタをバインドするための論理カラム名。 | |
Description | string? | 説明はツールチップに表示されます。 | |
Disabled | bool? | エディターを無効にすべきか。 | |
DisplayLabelWhenAvailable | bool | True | ラベルが可能であれば表示するかどうかを明記しています。 |
DisplayNullChoice | bool? | ||
DisplayTooltipWhenAvailable | bool | True | ツールチップが表示されるかどうかを指定します。 |
DisplayValidationErrorMessage | bool | True | コンポーネントが検証に失敗したときに検証エラーメッセージを表示するべきでしょうか? |
EditorType | ChoiceEditType | Dropdown | レンダリングするエディタの種類 |
InvalidChoiceValues | IEnumerable<int>? | オプションで無効な値を指定してください。 | |
InvalidValueBehavior | ChoiceInvalidValueBehavior | Remove | 無効な値を挙げる。 BaseChoiceEditCommon.ValidChoiceValues または BaseChoiceEditCommon.InvalidChoiceValues パラメータのいずれかが提供されている場合のみ適用されます。 |
IsVisible | bool | True | エディターは見えますか? |
Label | string? | 編集者用のラベルとして表示されるテキスト。 | |
RadioButtonOrientation | ComponentOrientation | Vertical | ラジオボタンの向き。 BaseChoiceEdit.EditorType が ChoiceEditType.RadioButtonsに設定されている場合にのみ有効です。 |
ReadOnly | bool? | エディターは読み取り専用であるべきです。 | |
Required | bool? | 価値が求められるかどうか。 | |
Sort | ChoiceValueSort | Default | 値のソート方法を決定します。 |
ValidChoiceValues | IEnumerable<int>? | 任意で有効な値を指定してください。 | |
Value | int? | 列の値。 |
ChildContentColumnName*DescriptionDisabledDisplayLabelWhenAvailableDisplayNullChoiceDisplayTooltipWhenAvailableDisplayValidationErrorMessageEditorTypeInvalidChoiceValuesInvalidValueBehaviorBaseChoiceEditCommon.ValidChoiceValues または BaseChoiceEditCommon.InvalidChoiceValues パラメータのいずれかが提供されている場合のみ適用されます。IsVisibleLabelRadioButtonOrientationBaseChoiceEdit.EditorType が ChoiceEditType.RadioButtonsに設定されている場合にのみ有効です。ReadOnlyRequiredSortValidChoiceValuesValuecomponents.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name | components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type | components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description |
|---|---|---|
ValueChanged | EventCallback<ColumnValueBase> | バウンド値を更新するコールバックを取得または設定します。 |
ValueChangedcomponents.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name | components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters | components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type | components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description |
|---|---|---|---|
GetValidationErrors | List<string> | 現在の検証エラーの集合を返します。 |
GetValidationErrors