ClassDataGridFlyoutHeader
Defines the common UI that represents a header within flyout in a RadDataGrid instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataGridFlyoutHeader : MultipleTemplateControl
Inheritance: objectRadControlMultipleTemplateControlDataGridFlyoutHeader
Derived Classes:
Inherited Members
Constructors
DataGridFlyoutHeader()
Initializes a new instance of the DataGridFlyoutHeader class.
Declaration
public DataGridFlyoutHeader()
Fields
OuterBorderVisibilityProperty
Identifies the OuterBorderVisibility dependency property.
Declaration
public static readonly DependencyProperty OuterBorderVisibilityProperty
Field Value
DependencyProperty
Properties
OuterBorderVisibility
Gets or sets the visibility of the outer border of the control. This border is displayed when the control is being dragged to reorder within the flyout.
Declaration
public Visibility OuterBorderVisibility { get; set; }
Property Value
Visibility
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 virtual DataGridFlyoutHeader CreateHeader()
Returns
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