ClassFlyoutHeaderControl
Represents a FlyoutHeaderControl control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class FlyoutHeaderControl : RadControl
Inheritance: objectRadControlFlyoutHeaderControl
Inherited Members
Constructors
FlyoutHeaderControl()
Initializes a new instance of the FlyoutHeaderControl class.
Declaration
public FlyoutHeaderControl()
Fields
ButtonStyleProperty
Identifies the ButtonStyle dependency property.
Declaration
public static readonly DependencyProperty ButtonStyleProperty
Field Value
DependencyProperty
CommandProperty
Identifies the Command dependency property.
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
DependencyProperty
ContentProperty
Identifies the Content dependency property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
DependencyProperty
ContentStyleProperty
Identifies the ContentStyle dependency property.
Declaration
public static readonly DependencyProperty ContentStyleProperty
Field Value
DependencyProperty
IconProperty
Identifies the Icon dependency property.
Declaration
public static readonly DependencyProperty IconProperty
Field Value
DependencyProperty
IconStyleProperty
Identifies the IconStyle dependency property.
Declaration
public static readonly DependencyProperty IconStyleProperty
Field Value
DependencyProperty
Properties
ButtonStyle
Gets or sets the FlyoutHeader's Button style.
Declaration
public Style ButtonStyle { get; set; }
Property Value
Style
Command
Gets or sets the FlyoutHeader's Command.
Content
Gets or sets the FlyoutHeader's Content.
ContentStyle
Gets or sets the FlyoutHeader's Content style.
Declaration
public Style ContentStyle { get; set; }
Property Value
Style
Icon
Gets or sets the FlyoutHeader's icon.
IconStyle
Gets or sets the FlyoutHeader's Icon style.
Declaration
public Style IconStyle { get; set; }
Property Value
Style
Owner
Gets the Owner of the FlyoutHeaderControl.
Declaration
public DataGridFilteringFlyout Owner { get; }
Property Value