Click or drag to resize

IItemizedMenuItem Interface


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public interface IItemizedMenuItem : IMenuItem, 
	IStyleTemplate

The IItemizedMenuItem type exposes the following members.

Properties
 NameDescription
Public propertyCommand
(Inherited from IMenuItem)
Public propertyHeader
(Inherited from IMenuItem)
Public propertyIcon
(Inherited from IMenuItem)
Public propertyIsCheckable
(Inherited from IMenuItem)
Public propertyIsChecked
(Inherited from IMenuItem)
Public propertyIsEnabled
(Inherited from IMenuItem)
Public propertyItemsView 
Public propertyStyleTemplate
(Inherited from IStyleTemplate)
Top
See Also