A visual element on the left side of the GridControl that enables a user to manipulate the Rows, change their height, select them.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class GridControlRowSelectorSettings : INotifyPropertyChanged, 
	ICloneable
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public NotInheritable Class GridControlRowSelectorSettings
	Implements INotifyPropertyChanged, ICloneable
Visual C++
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class GridControlRowSelectorSettings sealed : INotifyPropertyChanged, 
	ICloneable
F#
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type GridControlRowSelectorSettings =  
    class
        interface INotifyPropertyChanged
        interface ICloneable
    end

Inheritance Hierarchy

System..::..Object
  Dapfor.Wpf.Controls..::..GridControlRowSelectorSettings

See Also