FlexGrid for WinForms
C1SuperErrorProvider Property



Gets or sets an C1SuperErrorProvider object used to indicate error state of the control.
Syntax
'Declaration
 
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("Gets or sets an C1SuperErrorProvider object used to indicate error state of the control.")>
<DefaultValueAttribute()>
Public Property C1SuperErrorProvider As Component
'Usage
 
Dim instance As C1FlexGridBase
Dim value As Component
 
instance.C1SuperErrorProvider = value
 
value = instance.C1SuperErrorProvider
[C1Category("Behavior")]
[C1Description("Gets or sets an C1SuperErrorProvider object used to indicate error state of the control.")]
[DefaultValue()]
public Component C1SuperErrorProvider {get; set;}
[C1Category("Behavior")]
[C1Description("Gets or sets an C1SuperErrorProvider object used to indicate error state of the control.")]
[DefaultValue()]
public:
property Component^ C1SuperErrorProvider {
   Component^ get();
   void set (    Component^ 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

C1FlexGridBase Class
C1FlexGridBase Members

 

 


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

Send Feedback