ITreeMenuItemIsDisplayed Property
|
Gets and sets whether this menu item will be visible or hidden.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool IsDisplayed { get; set; }Property IsDisplayed As Boolean
Get
Set
property bool IsDisplayed {
bool get ();
void set (bool value);
}abstract IsDisplayed : bool with get, set
Property Value
Boolean
See Also