menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPropertyMetadata - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.UWP.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.

    Windows.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
    Windows.UI.Xaml.PropertyChangedCallback

    DependencyPropertyName

    Gets or sets the dependency property name.

    Declaration
    public string DependencyPropertyName { get; set; }
    Property Value
    Type
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved