ClassDataGridColumnsFlyout
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:
public class DataGridColumnsFlyout : DataGridFlyout
Inheritance: objectRadControlMultipleTemplateControlDataGridFlyoutDataGridColumnsFlyout
Inherited Members
Constructors
DataGridColumnsFlyout()
Initializes a new instance of the DataGridColumnsFlyout class.
Declaration
public DataGridColumnsFlyout()
Fields
HeaderStyleProperty
Identifies the HeaderStyle dependency property.
Declaration
public static readonly DependencyProperty HeaderStyleProperty
Field Value
DependencyProperty
Properties
HeaderStyle
Gets or sets the style of the flyout header./>.
Declaration
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.
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