menu

WPF

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

    Show / Hide Table of Contents

    Class GridDependencyProperty

    Represents a class that maintains the implementation of Dependency property in SfDataGrid.

    Inheritance
    System.Object
    GridDependencyProperty
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public static class GridDependencyProperty

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved