ItemContainerStyle Property (C1Menu)
In This Topic
Gets or sets the Style that is applied to the container element generated for each item.
Syntax
'Declaration
Public Property ItemContainerStyle As Style
public Style ItemContainerStyle {get; set;}
See Also