ReadOnlyProperty Field
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : ReadOnlyProperty Field

Identifies the ReadOnly dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly ReadOnlyProperty As DependencyProperty
C# 
public static readonly DependencyProperty ReadOnlyProperty

Return Value

The identifier for the ReadOnly dependency property. By default, false.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also