In This Article

ThemedDataGrid Class

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

public class ThemedDataGrid : DataGrid
Inheritance:
object Visual UIElement FrameworkElement Control ItemsControl Selector MultiSelector DataGrid object

Constructors

ThemedDataGrid()

Initializes an instance of the class.

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.