Shell.FlyoutHeader 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.
The flyout header is the content that optionally appears at the top of the flyout, with its appearance being defined by a View that can be set through the FlyoutHeader property value.
public object FlyoutHeader { get; set; }
member this.FlyoutHeader : obj with get, set
Property Value
System.Object