Class GridDependencyProperty
Represents a class that maintains the implementation of Dependency property in SfDataGrid.
Inheritance
System.Object
GridDependencyProperty
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public static class GridDependencyProperty : Object
Methods
Register(String, Type, Type, GridPropertyMetadata)
Register the dependency property in PropertyMetadata
Declaration
public static DependencyProperty Register(string name, Type propertyType, Type ownerType, GridPropertyMetadata propertyMetadata)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The corresponding property name. |
| System.Type | propertyType | The property type. |
| System.Type | ownerType | The owner type. |
| GridPropertyMetadata | propertyMetadata | The property meta data. |
Returns
| Type |
|---|
| System.Windows.DependencyProperty |