summaryP:DotNetNuke.UI.WebControls.DNNMultiStateBox.ImagePath
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)
Syntax
C# |
---|
[ClientPropertyNameAttribute("imgpath")] [ClientPropertyAttribute] [DefaultValueAttribute("images/")] public string ImagePath { get; set; } |
Visual Basic |
---|
<ClientPropertyNameAttribute("imgpath")> <ClientPropertyAttribute> <DefaultValueAttribute("images/")> Public Property ImagePath As String Get Set |