ComponentOne True DBGrid for WinForms
PrintInfo.ActionFlags Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : PrintInfo.ActionFlags Enumeration
Specify allowed print options.
Syntax
'Declaration
 
Public Enum PrintInfo.ActionFlags 
   Inherits System.Enum
public enum PrintInfo.ActionFlags : System.Enum 
Members
MemberDescription
ExportExport is allowed.
MaskAllAll print/export operations are allowed.
NoneNo print/export operations are allowed.
PreviewPreview is allowed.
PrintPrinting is allowed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.PrintInfo.ActionFlags

See Also

Reference

C1.Win.C1TrueDBGrid Namespace