ClassDataGridFlyout
Class
Represents a UI element, utilized to pop over the grid.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DataGridFlyout : MultipleTemplateControl
Inheritance: objectRadControlMultipleTemplateControlDataGridFlyout
Derived Classes:
Inherited Members
Constructors
DataGridFlyout()
Declaration
cs-api-definition
public DataGridFlyout()
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.
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
cs-api-definition
protected override void OnTemplateApplied()
Overrides