ClassDataGridFlyoutGroupHeader
Defines the UI that represents a DataGridFlyoutGroupHeader within the Grouping Flyout in a RadDataGrid instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataGridFlyoutGroupHeader : DataGridFlyoutHeader
Inheritance: objectRadControlMultipleTemplateControlDataGridFlyoutHeaderDataGridFlyoutGroupHeader
Inherited Members
Constructors
DataGridFlyoutGroupHeader()
Initializes a new instance of the DataGridFlyoutGroupHeader class.
Declaration
public DataGridFlyoutGroupHeader()
Fields
BottomGlyphOpacityProperty
Identifies the BottomGlyphOpacity dependency property.
Declaration
public static readonly DependencyProperty BottomGlyphOpacityProperty
Field Value
DependencyProperty
Properties
BottomGlyphOpacity
Gets or sets the visibility of the Glyph at the bottom of the control. This glyph visually emphasizes the order of the headers within the flyout control.
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.
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate.
Declaration
protected override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnLoaded()
Called within the handler of the event. Allows inheritors to provide their specific logic after the control has been successfully Loaded.
Declaration
protected override void OnLoaded()
Overrides
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
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