ClassDataGridServicePanelGroupingFlyout
Class
Represents the UI on the left edge of a RadDataGrid instance. Used to access the Grouping Flyout.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DataGridServicePanelGroupingFlyout : DataGridFlyout
Inheritance: objectRadControlMultipleTemplateControlDataGridFlyoutDataGridServicePanelGroupingFlyout
Inherited Members
Constructors
DataGridServicePanelGroupingFlyout()
Initializes a new instance of the DataGridServicePanelGroupingFlyout class.
Declaration
cs-api-definition
public DataGridServicePanelGroupingFlyout()
Fields
ComputedHorizontalScrollbarVisibilityProperty
Declaration
cs-api-definition
public static readonly DependencyProperty ComputedHorizontalScrollbarVisibilityProperty
Field Value
DependencyProperty
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate.
Declaration
cs-api-definition
protected override void OnApplyTemplate()
Overrides
OnLoaded()
Called within the handler of the event. Allows inheritors to provide their specific logic after the control has been successfully Loaded.
Declaration
cs-api-definition
protected override void OnLoaded()
Overrides