In This Article

ThemedDataGrid Class

Represents a System.Windows.Controls.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, IContainItemStorage
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control System.Windows.Controls.ItemsControl System.Windows.Controls.Primitives.Selector System.Windows.Controls.Primitives.MultiSelector System.Windows.Controls.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 System.Windows.Controls.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 System.Windows.Controls.DataGridComboBoxColumn

The column to examine.

OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs)

Occurs when auto-generating a column.

protected override void OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs e)
Parameter Type Description
e System.Windows.Controls.DataGridAutoGeneratingColumnEventArgs

The DataGridAutoGeneratingColumnEventArgs that contains data related to this event.

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()

Extension Methods