Share via


ListOrganizer.DropDownButtonTemplate Property

Definition

Gets or sets a value that controls the visual tree of the DropDown button.

public:
 property System::Windows::Controls::ControlTemplate ^ DropDownButtonTemplate { System::Windows::Controls::ControlTemplate ^ get(); void set(System::Windows::Controls::ControlTemplate ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets a value that controls the visual tree of the DropDown button.")]
public System.Windows.Controls.ControlTemplate DropDownButtonTemplate { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets a value that controls the visual tree of the DropDown button.")>]
member this.DropDownButtonTemplate : System.Windows.Controls.ControlTemplate with get, set
Public Property DropDownButtonTemplate As ControlTemplate

Property Value

Attributes

Applies to