Class GridPropertyMetadata
Represents a class that maintains the common functionalities of PropertyMetadata in SfDataGrid.
Inheritance
System.Object
GridPropertyMetadata
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.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. |
System.Windows.PropertyChangedCallback | propertyChangedCallback | The specific call back. |
GridPropertyMetadata(Object, PropertyChangedCallback, CoerceValueCallback)
Declaration
public GridPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback)
Parameters
Type | Name | Description |
---|---|---|
System.Object | defaultValue | |
System.Windows.PropertyChangedCallback | propertyChangedCallback | |
System.Windows.CoerceValueCallback | coerceValueCallback |
Properties
DependencyPropertyChangedCallback
Gets or sets the PropertyChanged call back.
Declaration
public PropertyChangedCallback DependencyPropertyChangedCallback { get; set; }
Property Value
Type |
---|
System.Windows.PropertyChangedCallback |