DynamicsBaseHostedControl.controlHeader Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the control header.
protected:
property System::Windows::Controls::UserControl ^ controlHeader { System::Windows::Controls::UserControl ^ get(); void set(System::Windows::Controls::UserControl ^ value); };
protected System.Windows.Controls.UserControl controlHeader { get; set; }
member this.controlHeader : System.Windows.Controls.UserControl with get, set
Protected Property controlHeader As UserControl