Class DesignDataGrid
public class DesignDataGrid : DataGrid, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
DesignDataGrid
- Implements
- Inherited Members
- Extension Methods
Fields
ColumnPropertyInfosProperty
public static readonly DependencyProperty ColumnPropertyInfosProperty
Field Value
Properties
ColumnPropertyInfos
public ObservableCollection<ColumnPropertyInfo> ColumnPropertyInfos { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
Methods
OnAutoGeneratedColumns(EventArgs)
Raises the AutoGeneratedColumns event.
protected override void OnAutoGeneratedColumns(EventArgs e)
Parameters
e
EventArgsThe data for the event.
OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs)
Raises the AutoGeneratingColumn event.
protected override void OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs e)
Parameters
e
DataGridAutoGeneratingColumnEventArgsThe data for the event.