Get or sets the indicator image displayed in the header.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[DefaultValueAttribute("")]
public string IndicatorUrl { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<DefaultValueAttribute("")> _
Public Property IndicatorUrl As String

Remarks

Indicator image is the image used for expanding\collapsing group by clicking on them

See Also