Class
DataGridColumnDragControl

Represents the drag visual used when dragging RadDataGrid columns.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataGridColumnDragControl : RadContentControl

Inheritance: objectRadContentControlDataGridColumnDragControl

Inherited Members RadContentControl.IsFocusedPropertyRadContentControl.BeginVisualStateUpdate()RadContentControl.EndVisualStateUpdate(bool, bool)RadContentControl.UpdateVisualState(bool)RadContentControl.OnApplyTemplate()RadContentControl.SetVisualState(string, bool)RadContentControl.CanUpdateVisualState()RadContentControl.OnLoaded(object, RoutedEventArgs)RadContentControl.ComposeVisualStateName()RadContentControl.OnGotFocus(RoutedEventArgs)RadContentControl.OnLostFocus(RoutedEventArgs)RadContentControl.OnCreateAutomationPeer()RadContentControl.GetTemplatePart<T>(string, bool)RadContentControl.CurrentVisualStateRadContentControl.IsLoadedRadContentControl.IsTemplateAppliedRadContentControl.IsFocusedRadContentControl.IsProperlyTemplated

Constructors

DataGridColumnDragControl()

Initializes a new instance of the DataGridColumnDragControl class.

Declaration

cs-api-definition
public DataGridColumnDragControl()

Fields

FilterGlyphVisibilityProperty

Identifies the FilterGlyphVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FilterGlyphVisibilityProperty

Field Value

DependencyProperty

Properties

FilterGlyphVisibility

Gets or sets the visibility of the filter glyph displayed on the right of the header.

Declaration

cs-api-definition
public Visibility FilterGlyphVisibility { get; set; }

Property Value

Visibility

Methods

OnUnloaded(object, RoutedEventArgs)

Occurs when this object is no longer connected to the main object tree.

Declaration

cs-api-definition
protected override void OnUnloaded(object sender, RoutedEventArgs e)

Parameters

sender

object

e

RoutedEventArgs

Overrides RadContentControl.OnUnloaded(object, RoutedEventArgs)