MindFusion.UI for WebForms Programmer's Guide

RatingItem.Owner Property

See Also
 





Gets the owner Rating of the current item.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public Rating Owner { get; set; }

Visual Basic  Copy Code

Public Property Owner As Rating

 Property Value

Type: Rating
An instance of the Rating class, which serves as the parent host element for this RatingItem object.

 See Also