Click or drag to resize
StyleItemData Property
Gets or sets a pointer to a user defined item data.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public void* ItemData { get; set; }

Property Value

Type: Void*
A user-defined data, defined as a C pointer to void*, associated with this style.
Remarks
Note Note
This property is available only in C++.
See Also