FlexGrid for WinForms
UserData Property (CellStyle)



Gets or sets arbitrary user data associated with this style.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property UserData As Object
'Usage
 
Dim instance As CellStyle
Dim value As Object
 
instance.UserData = value
 
value = instance.UserData
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public object UserData {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public:
property Object^ UserData {
   Object^ get();
   void set (    Object^ value);
}
Remarks
This data is not used by the control, and can be used to store any data that is useful to the application.
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

CellStyle Class
CellStyle Members

 

 


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

Send Feedback