Class GridPropertyMetadata
Represents a class that maintains the common functionalities of PropertyMetadata in SfDataGrid.
Inheritance
System.Object
GridPropertyMetadata
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridPropertyMetadata : PropertyMetadata
Constructors
GridPropertyMetadata(Object)
Initializes a new instance of GridPropertyMetadata class.
Declaration
public GridPropertyMetadata(object defaultValue)
Parameters
Type | Name | Description |
---|---|---|
System.Object | defaultValue | The default value. |
GridPropertyMetadata(Object, PropertyChangedCallback)
Initializes a new instance of GridPropertyMetadata class with a call back.
Declaration
public GridPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback)
Parameters
Type | Name | Description |
---|---|---|
System.Object | defaultValue | The default value. |
Microsoft.UI.Xaml.PropertyChangedCallback | propertyChangedCallback | The specific call back. |
Properties
DependencyPropertyChangedCallback
Gets or sets the PropertyChanged call back.
Declaration
public PropertyChangedCallback DependencyPropertyChangedCallback { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.PropertyChangedCallback |
DependencyPropertyName
Gets or sets the dependency property name.
Declaration
public string DependencyPropertyName { get; set; }
Property Value
Type |
---|
System.String |