Scheduler for WPF
ShowButton プロパティ (EditCollectionControl)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > EditCollectionControl クラス : ShowButton プロパティ
Gets or sets a System.Boolean value determining whether control should show button for external editing or ComboBox for the single selection.
シンタックス
'宣言
 
Public Property ShowButton As System.Boolean
public System.bool ShowButton {get; set;}

プロパティ値

The default value is true.
解説

If this property is true, control shows Button and TextBox. In such case editing and selection from the source collection is implemented by the C1Scheduler.SelectFromListDialogCommand command.

If this property is false, controls shows ComboBox for the single selection. In this case, TargetCollection is updated automatically when user selects ComboBox item.

参照

EditCollectionControl クラス
EditCollectionControl メンバ