ClassDataGridServicePanel
Represents the service UI that is located on the left side of a RadDataGrid component and is used to control the grouping state of the component through the user interface.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataGridServicePanel : MultipleTemplateControl
Inheritance: objectRadControlMultipleTemplateControlDataGridServicePanel
Inherited Members
Constructors
DataGridServicePanel()
Initializes a new instance of the DataGridServicePanel class.
Declaration
public DataGridServicePanel()
Fields
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
DependencyProperty
Properties
Position
Gets or sets the position of the Group's panel.
Declaration
public GroupPanelPosition Position { get; set; }
Property Value
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.
ComposeVisualStateName()
Builds the current visual state for this instance.
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnTapped(TappedRoutedEventArgs)
Called before the Tapped event occurs.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
e
TappedRoutedEventArgs
Event data for the event.
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