In This Article

ThemedDataGrid Class

Represents a DataGrid that uses custom themes and integrates into the Actipro theme manager.

public class ThemedDataGrid : DataGrid, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IGeneratorHost
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ItemsControl Selector MultiSelector DataGrid Object

Constructors

ThemedDataGrid()

public ThemedDataGrid()

Methods

ApplyThemedStyle(DataGridCheckBoxColumn)

Applies a themed style to the element in the specified column, if the current style is defaulted.

protected virtual void ApplyThemedStyle(DataGridCheckBoxColumn column)
Parameter Type Description
column DataGridCheckBoxColumn

The column to examine.

ApplyThemedStyle(DataGridComboBoxColumn)

Applies a themed style to the element in the specified column, if the current style is defaulted.

protected virtual void ApplyThemedStyle(DataGridComboBoxColumn column)
Parameter Type Description
column DataGridComboBoxColumn

The column to examine.

OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs)

Occurs when auto-generating a column.

protected override void OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs e)
Parameter Type Description
e DataGridAutoGeneratingColumnEventArgs

The DataGridAutoGeneratingColumnEventArgs that contains data related to this event.

Inherited Members

Extension Methods