Cylinderm_Data Field

Represents the data of Cylinder

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
protected Object[] m_Data

Field Value

Object

Remarks

This array holds the data for this Cylinder instance.

Note to implementors: It is recommended to create a property of type 'T[]' in a derived class, where T stands for the type of items that should be displayed by the derived Cylinder.

See Also