Class
DataGridColumnsFlyout

Represents the control which holds the column headers in the column chooser.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataGridColumnsFlyout : DataGridFlyout

Inheritance: objectRadControlMultipleTemplateControlDataGridFlyoutDataGridColumnsFlyout

Inherited Members DataGridFlyout.OnTemplateApplied()MultipleTemplateControl.OnLoaded()MultipleTemplateControl.OnApplyTemplate()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.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

DataGridColumnsFlyout()

Initializes a new instance of the DataGridColumnsFlyout class.

Declaration

cs-api-definition
public DataGridColumnsFlyout()

Fields

HeaderStyleProperty

Identifies the HeaderStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderStyleProperty

Field Value

DependencyProperty

Properties

HeaderStyle

Gets or sets the style of the flyout header./>.

Declaration

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

Property Value

Style

Methods

ApplyTemplateCore()

Called when the Framework is called. Inheritors should override this method should they have some custom template-related logic. This is done to ensure that the property is properly initialized.

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides DataGridFlyout.ApplyTemplateCore()

UnapplyTemplateCore()

Removes the current control template. Occurs when a template has already been applied and a new one is applied.

Declaration

cs-api-definition
protected override void UnapplyTemplateCore()

Overrides RadControl.UnapplyTemplateCore()