Class ViewType
Defines the constants that specify the type to be viewed for the Grid.
Inheritance
System.Object
ViewType
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public sealed class ViewType : Enum
Fields
ActualView
Selects the entire grid in view
Declaration
public const ViewType ActualView
Field Value
| Type |
|---|
| ViewType |
SelectionView
Considers the selected area in grid
Declaration
public const ViewType SelectionView
Field Value
| Type |
|---|
| ViewType |