ClassDataGridContentFlyout
Represents a DataGridContentFlyout control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public sealed class DataGridContentFlyout : RadControl
Inheritance: objectRadControlDataGridContentFlyout
Inherited Members
Constructors
DataGridContentFlyout()
Initializes a new instance of the DataGridContentFlyout class.
Declaration
public DataGridContentFlyout()
Fields
ChildProperty
Identifies the Child dependency property.
Declaration
public static readonly DependencyProperty ChildProperty
Field Value
DependencyProperty
HorizontalOffsetProperty
Identifies the IsOpen dependency property.
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
DependencyProperty
IsOpenProperty
Identifies the IsOpen dependency property.
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
DependencyProperty
VerticalOffsetProperty
Identifies the VerticalOffset dependency property.
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
DependencyProperty
Properties
Child
Gets the child of the DataGridContentFlyout class.
Declaration
public FrameworkElement Child { get; }
Property Value
FrameworkElement
HorizontalOffset
Gets or sets the horizontal offset of the DataGridContentFlyout class.
IsOpen
Gets a value indicating whether information if the DataGridContentFlyout is opened.
VerticalOffset
Gets or sets the vertical offset of the DataGridContentFlyout class.
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
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
Events
Closed
Occurs when the DataGridContentFlyout is closed.
Declaration
public event EventHandler<object> Closed
Event Value
Opened
Occurs when the DataGridContentFlyout is opened.
Declaration
public event EventHandler<object> Opened
Event Value