Gets or sets a value indicating whether the 
Row is expanded when
            the end user presses the right arrow key.
            
 Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# | 
|---|
public bool ExpandOnKeyRight { get; set; } | 
| Visual Basic | 
|---|
Public Property ExpandOnKeyRight As Boolean
	Get
	Set  | 
| Visual C++ | 
|---|
public:
property bool ExpandOnKeyRight {
	bool get ();
	void set (bool value);
} | 
| F# | 
|---|
member ExpandOnKeyRight : bool with get, set
  | 
Property Value
Type: 
Booleantrue if 
Row can be expanded; otherwise, 
false.
See Also