components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.description
<DateTimeEdit columnName="ppp_birthdate" /><DateTimeEdit ColumnName="ppp_birthdate" />components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.editor-type-description
{/* components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.snippet-editor-datetime-comment */}
<DateTimeEdit columnName="ppp_birthdate" editorType={DateTimeEditorType.DateTime} />
{/* components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.snippet-editor-dateonly-comment */}
<DateTimeEdit columnName="ppp_birthdate" editorType={DateTimeEditorType.DateOnly} />
{/* components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.snippet-editor-timeonly-comment */}
<DateTimeEdit columnName="ppp_birthdate" editorType={DateTimeEditorType.TimeOnly} /><!-- components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.snippet-editor-datetime-comment -->
<DateTimeEdit ColumnName="ppp_birthdate" EditorType="DateTimeEditorType.DateTime" />
<!-- components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.snippet-editor-dateonly-comment -->
<DateTimeEdit ColumnName="ppp_birthdate" EditorType="DateTimeEditorType.DateOnly" />
<!-- components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.snippet-editor-timeonly-comment -->
<DateTimeEdit ColumnName="ppp_birthdate" EditorType="DateTimeEditorType.TimeOnly" />components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.disabled-dates-description
<DateTimeEdit
columnName="ppp_birthdate"
disabledDateFunc={(date) => date > new Date()}
/><DateTimeEdit ColumnName="ppp_birthdate"
DisabledDateFunc="@(date => date > DateTime.Today)" />components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.main-demo-description
components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditDemoPage.properties-demo-description
components.PowerPortalsPro.Demo.Client.Customizations.Pages.Editors.DateEdit.DateEditPropertiesDemo.future-date-note
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? | エディターを無効にすべきか。 | |
DisabledDateFunc | Func<DateTime, bool>? | ||
DisplayLabelWhenAvailable | bool | True | ラベルが可能であれば表示するかどうかを明記しています。 |
DisplayTooltipWhenAvailable | bool | True | ツールチップが表示されるかどうかを指定します。 |
DisplayValidationErrorMessage | bool | True | コンポーネントが検証に失敗したときに検証エラーメッセージを表示するべきでしょうか? |
EditorType | DateTimeEditorType? | ||
IsVisible | bool | True | エディターは見えますか? |
Label | string? | 編集者用のラベルとして表示されるテキスト。 | |
ReadOnly | bool? | エディターは読み取り専用であるべきです。 | |
Required | bool? | 価値が求められるかどうか。 | |
Value | DateTime? | 型の価値 Models.ColumnValueBase |
ChildContentColumnName*DescriptionDisabledDisabledDateFuncDisplayLabelWhenAvailableDisplayTooltipWhenAvailableDisplayValidationErrorMessageEditorTypeIsVisibleLabelReadOnlyRequiredValueModels.ColumnValueBasecomponents.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