summaryP:DotNetNuke.UI.WebControls.DNNMenu.DefaultChildNodeCssClass
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)
Syntax
| C# |
|---|
[ClientPropertyAttribute] [ClientPropertyNameAttribute("csschild")] [DefaultValueAttribute("")] [BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public string DefaultChildNodeCssClass { get; set; } |
| Visual Basic |
|---|
<ClientPropertyAttribute> <ClientPropertyNameAttribute("csschild")> <DefaultValueAttribute("")> <BindableAttribute(true)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property DefaultChildNodeCssClass As String Get Set |