Intersoft ClientUI Documentation
Options Property (UXGridViewExportingEventArgs)



Gets the export options that will be applied in the exporting process.
Syntax
Public Property Options As UXGridViewExportOptions
Dim instance As UXGridViewExportingEventArgs
Dim value As UXGridViewExportOptions
 
instance.Options = value
 
value = instance.Options
public UXGridViewExportOptions Options {get; set;}
public:
property UXGridViewExportOptions^ Options {
   UXGridViewExportOptions^ get();
   void set (    UXGridViewExportOptions^ value);
}

Property Value

The export options that will be applied in the exporting process.
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

UXGridViewExportingEventArgs Class
UXGridViewExportingEventArgs Members

Send Feedback