Class
DataGridCellFlyoutControl

Represents a DataGridCellFlyoutControl control.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataGridCellFlyoutControl : RadControl

Inheritance: objectRadControlDataGridCellFlyoutControl

Inherited Members RadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.OnCreateAutomationPeer()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

DataGridCellFlyoutControl()

Initializes a new instance of the DataGridCellFlyoutControl class.

Declaration

cs-api-definition
public DataGridCellFlyoutControl()

Fields

ChildProperty

Identifies the Child dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ChildProperty

Field Value

DependencyProperty

Properties

Child

Gets or sets the child element of the DataGridCellFlyoutControl.

Declaration

cs-api-definition
public object Child { get; set; }

Property Value

object