Class
DataGridFlyoutColumnHeader

Represents a DataGridFlyoutColumnHeader control.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataGridFlyoutColumnHeader : DataGridFlyoutHeader

Inheritance: objectRadControlMultipleTemplateControlDataGridFlyoutHeaderDataGridFlyoutColumnHeader

Inherited Members DataGridFlyoutHeader.OuterBorderVisibilityPropertyDataGridFlyoutHeader.OuterBorderVisibilityMultipleTemplateControl.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

DataGridFlyoutColumnHeader()

Initializes a new instance of the DataGridFlyoutColumnHeader class.

Declaration

cs-api-definition
public DataGridFlyoutColumnHeader()

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 DataGridFlyoutHeader.ApplyTemplateCore()

CreateHeader()

Creates an instance of the DataGridFlyoutGroupHeader.

Declaration

cs-api-definition
protected override DataGridFlyoutHeader CreateHeader()

Returns

DataGridFlyoutHeader

Overrides DataGridFlyoutHeader.CreateHeader()

OnTemplateApplied()

Occurs when the method has been called and the template is already successfully applied.

Declaration

cs-api-definition
protected override void OnTemplateApplied()

Overrides DataGridFlyoutHeader.OnTemplateApplied()

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 DataGridFlyoutHeader.UnapplyTemplateCore()