WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPropertyMetadata - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridPropertyMetadata

    Inheritance
    System.Object
    GridPropertyMetadata
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridPropertyMetadata : PropertyMetadata

    Constructors

    GridPropertyMetadata(Object)

    Declaration
    public GridPropertyMetadata(object defaultValue)
    Parameters
    Type Name Description
    System.Object defaultValue

    GridPropertyMetadata(Object, PropertyChangedCallback)

    Declaration
    public GridPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback)
    Parameters
    Type Name Description
    System.Object defaultValue
    System.Windows.PropertyChangedCallback propertyChangedCallback

    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

    Declaration
    public PropertyChangedCallback DependencyPropertyChangedCallback { get; set; }
    Property Value
    Type Description
    System.Windows.PropertyChangedCallback
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved