AnalyticsControlContentType Property

Gets the Content Type which should be displayed with this control.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public AnalyticsControlContentTypeEnum ContentType { get; set; }

Property Value

AnalyticsControlContentTypeEnum
The Content Type which should be displayed with this control.

Return Value

AnalyticsControlContentTypeEnum
The Content Type which should be displayed with this control.

Remarks

The types of content that can be displayed can be found by looking at the Enum options for ContentTypeEnum.

See Also