Gets or sets the URL of the items' active image.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public string ItemsActiveImageUrl { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property ItemsActiveImageUrl As String |
Property Value
Type: String A string specifying the URL of the active image. Default value is ("").
See Also
|