skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class DataGridColumn

Inheritance
System.Object
RadDependencyObject
DataGridColumn
DataGridTemplateColumn
DataGridTypedColumn
Namespace: Telerik.UI.Xaml.Controls.Grid
Assembly: Telerik.WinUI.Controls.dll

Syntax

public abstract class DataGridColumn : RadDependencyObject, IDataDescriptorPeer

Constructors

DataGridColumn()

Declaration
protected DataGridColumn()

Fields

AggregatesTemplateProperty

Declaration
public static readonly DependencyProperty AggregatesTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CanUserEditProperty

Declaration
public static readonly DependencyProperty CanUserEditProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CanUserFilterProperty

Declaration
public static readonly DependencyProperty CanUserFilterProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CanUserGroupProperty

Declaration
public static readonly DependencyProperty CanUserGroupProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CanUserReorderProperty

Declaration
public static readonly DependencyProperty CanUserReorderProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CanUserResizeProperty

Declaration
public static readonly DependencyProperty CanUserResizeProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CanUserSortProperty

Declaration
public static readonly DependencyProperty CanUserSortProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CellDecorationStyleProperty

Declaration
public static readonly DependencyProperty CellDecorationStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CellDecorationStyleSelectorProperty

Declaration
public static readonly DependencyProperty CellDecorationStyleSelectorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DataOperationsFlyoutTemplateProperty

Declaration
public static readonly DependencyProperty DataOperationsFlyoutTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HeaderProperty

Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HeaderStyleProperty

Declaration
public static readonly DependencyProperty HeaderStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsCellFlyoutEnabledProperty

Declaration
public static readonly DependencyProperty IsCellFlyoutEnabledProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsVisibleProperty

Declaration
public static readonly DependencyProperty IsVisibleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

NameProperty

Declaration
public static readonly DependencyProperty NameProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SizeModeProperty

Declaration
public static readonly DependencyProperty SizeModeProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SortDirectionProperty

Declaration
public static readonly DependencyProperty SortDirectionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

WidthProperty

Declaration
public static readonly DependencyProperty WidthProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

ActualWidth

Declaration
public double ActualWidth { get; }
Property Value
System.Double

AggregatesTemplate

Declaration
public DataTemplate AggregatesTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

CanUserEdit

Declaration
public bool CanUserEdit { get; set; }
Property Value
System.Boolean

CanUserFilter

Declaration
public bool CanUserFilter { get; set; }
Property Value
System.Boolean

CanUserGroup

Declaration
public bool CanUserGroup { get; set; }
Property Value
System.Boolean

CanUserReorder

Declaration
public bool CanUserReorder { get; set; }
Property Value
System.Boolean

CanUserResize

Declaration
public bool CanUserResize { get; set; }
Property Value
System.Boolean

CanUserSort

Declaration
public bool CanUserSort { get; set; }
Property Value
System.Boolean

CellDecorationStyle

Declaration
public Style CellDecorationStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

CellDecorationStyleSelector

Declaration
public StyleSelector CellDecorationStyleSelector { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.StyleSelector

DataOperationsFlyoutTemplate

Declaration
public DataTemplate DataOperationsFlyoutTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

Header

Declaration
public object Header { get; set; }
Property Value
System.Object

HeaderStyle

Declaration
public Style HeaderStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

IsAutoGenerated

Declaration
public bool IsAutoGenerated { get; }
Property Value
System.Boolean

IsCellFlyoutEnabled

Declaration
public bool IsCellFlyoutEnabled { get; set; }
Property Value
System.Boolean

IsVisible

Declaration
public bool IsVisible { get; set; }
Property Value
System.Boolean

Name

Declaration
public string Name { get; set; }
Property Value
System.String

SizeMode

Declaration
public DataGridColumnSizeMode SizeMode { get; set; }
Property Value
DataGridColumnSizeMode

SortDirection

Declaration
public SortDirection SortDirection { get; set; }
Property Value
SortDirection

SupportsCompositeFilter

Declaration
protected virtual bool SupportsCompositeFilter { get; }
Property Value
System.Boolean

Width

Declaration
public double Width { get; set; }
Property Value
System.Double

Methods

ClearCell(Object)

Declaration
public virtual void ClearCell(object container)
Parameters
System.Object container

CreateContainer(Object)

Declaration
public abstract object CreateContainer(object rowItem)
Parameters
System.Object rowItem

Returns
System.Object

CreateDecorationContainer(Object)

Declaration
protected virtual FrameworkElement CreateDecorationContainer(object rowItem)
Parameters
System.Object rowItem

Returns
Microsoft.UI.Xaml.FrameworkElement

CreateFilterControl()

Declaration
protected abstract DataGridFilterControlBase CreateFilterControl()
Returns
DataGridFilterControlBase

GetContainerType(Object)

Declaration
public abstract object GetContainerType(object rowItem)
Parameters
System.Object rowItem

Returns
System.Object

GetEditorType(Object)

Declaration
public abstract object GetEditorType(object item)
Parameters
System.Object item

Returns
System.Object

GetValueForInstance(Object)

Declaration
public virtual object GetValueForInstance(object instance)
Parameters
System.Object instance

Returns
System.Object

PrepareCell(Object, Object, Object)

Declaration
public abstract void PrepareCell(object container, object value, object item)
Parameters
System.Object container

System.Object value

System.Object item

UpdateFilterVisualState(Boolean)

Declaration
public void UpdateFilterVisualState(bool isFiltered)
Parameters
System.Boolean isFiltered

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.