FlexGrid for WinForms
Options Property



Gets or sets the flags that specify printing options to use with the PrintGrid(String,PrintGridFlags) method. See the PrintGridFlags enumeration for details.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Options As PrintGridFlags
'Usage
 
Dim instance As PrintDocumentGridRenderer
Dim value As PrintGridFlags
 
instance.Options = value
 
value = instance.Options
[DefaultValue()]
public PrintGridFlags Options {get; set;}
[DefaultValue()]
public:
property PrintGridFlags Options {
   PrintGridFlags get();
   void set (    PrintGridFlags value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrintDocumentGridRenderer Class
PrintDocumentGridRenderer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback