KaxTagCloudDataWeightField Property |
Gets or sets the field of the data source that provides the weight of the TagCloud items.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DataWeightField { get; set; }
Public Property DataWeightField As String
Get
Set
public:
property String^ DataWeightField {
String^ get ();
void set (String^ value);
}
member DataWeightField : string with get, set
Property Value
Type:
String
See Also