IsCellFocusScopeProperty Field
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : IsCellFocusScopeProperty Field

Identifies the IsCellFocusScope attached property.

Syntax

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

Return Value

The identifier for the IsCellFocusScope attached property. By default, false.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also