Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridItemProperty Class


In This Topic
    DataGridItemProperty Class Methods
    In This Topic

    For a list of all members of this type, see DataGridItemProperty members.

    Public Methods
     NameDescription
    Public MethodRetrieves the current value of the property for the specified component. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Public MethodSets the current value of the property for the specified component. (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Retrieves the value of the specified component.  
    Protected Method

    Initializes a new instance of the DataGridItemProperty class specifying the name and title of the property, its value path, indicating whether it is read only, if the corresponding cell can be edited when a new item is being inserted, and if it represents a sub relationship.

    (Inherited from Xceed.Wpf.DataGrid.DataGridItemPropertyBase)
    Protected MethodOverridden. Sets the value for the specified component.  
    Top
    See Also