Class
FlyoutHeaderControl

Represents a FlyoutHeaderControl control.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class FlyoutHeaderControl : RadControl

Inheritance: objectRadControlFlyoutHeaderControl

Inherited Members RadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.OnCreateAutomationPeer()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

FlyoutHeaderControl()

Initializes a new instance of the FlyoutHeaderControl class.

Declaration

cs-api-definition
public FlyoutHeaderControl()

Fields

ButtonStyleProperty

Identifies the ButtonStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ButtonStyleProperty

Field Value

DependencyProperty

CommandProperty

Identifies the Command dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CommandProperty

Field Value

DependencyProperty

ContentProperty

Identifies the Content dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ContentProperty

Field Value

DependencyProperty

ContentStyleProperty

Identifies the ContentStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ContentStyleProperty

Field Value

DependencyProperty

IconProperty

Identifies the Icon dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IconProperty

Field Value

DependencyProperty

IconStyleProperty

Identifies the IconStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IconStyleProperty

Field Value

DependencyProperty

Properties

ButtonStyle

Gets or sets the FlyoutHeader's Button style.

Declaration

cs-api-definition
public Style ButtonStyle { get; set; }

Property Value

Style

Command

Gets or sets the FlyoutHeader's Command.

Declaration

cs-api-definition
public ICommand Command { get; set; }

Property Value

ICommand

Content

Gets or sets the FlyoutHeader's Content.

Declaration

cs-api-definition
public object Content { get; set; }

Property Value

object

ContentStyle

Gets or sets the FlyoutHeader's Content style.

Declaration

cs-api-definition
public Style ContentStyle { get; set; }

Property Value

Style

Icon

Gets or sets the FlyoutHeader's icon.

Declaration

cs-api-definition
public object Icon { get; set; }

Property Value

object

IconStyle

Gets or sets the FlyoutHeader's Icon style.

Declaration

cs-api-definition
public Style IconStyle { get; set; }

Property Value

Style

Owner

Gets the Owner of the FlyoutHeaderControl.

Declaration

cs-api-definition
public DataGridFilteringFlyout Owner { get; }

Property Value

DataGridFilteringFlyout