Class
DataGridContentFlyout

Represents a DataGridContentFlyout control.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public sealed class DataGridContentFlyout : RadControl

Inheritance: objectRadControlDataGridContentFlyout

Inherited Members RadControl.CurrentVisualState

Constructors

DataGridContentFlyout()

Initializes a new instance of the DataGridContentFlyout class.

Declaration

cs-api-definition
public DataGridContentFlyout()

Fields

ChildProperty

Identifies the Child dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ChildProperty

Field Value

DependencyProperty

HorizontalOffsetProperty

Identifies the IsOpen dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HorizontalOffsetProperty

Field Value

DependencyProperty

IsOpenProperty

Identifies the IsOpen dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsOpenProperty

Field Value

DependencyProperty

VerticalOffsetProperty

Identifies the VerticalOffset dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty VerticalOffsetProperty

Field Value

DependencyProperty

Properties

Child

Gets the child of the DataGridContentFlyout class.

Declaration

cs-api-definition
public FrameworkElement Child { get; }

Property Value

FrameworkElement

HorizontalOffset

Gets or sets the horizontal offset of the DataGridContentFlyout class.

Declaration

cs-api-definition
public double HorizontalOffset { get; set; }

Property Value

double

IsOpen

Gets a value indicating whether information if the DataGridContentFlyout is opened.

Declaration

cs-api-definition
public bool IsOpen { get; }

Property Value

bool

VerticalOffset

Gets or sets the vertical offset of the DataGridContentFlyout class.

Declaration

cs-api-definition
public double VerticalOffset { get; set; }

Property Value

double

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.

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides RadControl.ApplyTemplateCore()

OnTemplateApplied()

Occurs when the method has been called and the template is already successfully applied.

Declaration

cs-api-definition
protected override void OnTemplateApplied()

Overrides RadControl.OnTemplateApplied()

UnapplyTemplateCore()

Removes the current control template. Occurs when a template has already been applied and a new one is applied.

Declaration

cs-api-definition
protected override void UnapplyTemplateCore()

Overrides RadControl.UnapplyTemplateCore()

Events

Closed

Occurs when the DataGridContentFlyout is closed.

Declaration

cs-api-definition
public event EventHandler<object> Closed

Event Value

EventHandler<object>

Opened

Occurs when the DataGridContentFlyout is opened.

Declaration

cs-api-definition
public event EventHandler<object> Opened

Event Value

EventHandler<object>