ClassDataGridFlyoutColumnHeader
Represents a DataGridFlyoutColumnHeader control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataGridFlyoutColumnHeader : DataGridFlyoutHeader
Inheritance: objectRadControlMultipleTemplateControlDataGridFlyoutHeaderDataGridFlyoutColumnHeader
Inherited Members
Constructors
DataGridFlyoutColumnHeader()
Initializes a new instance of the DataGridFlyoutColumnHeader class.
Declaration
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.
CreateHeader()
Creates an instance of the DataGridFlyoutGroupHeader.
Declaration
protected override DataGridFlyoutHeader CreateHeader()
Returns
Overrides
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
protected override void OnTemplateApplied()
Overrides
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides