ICustomTabSettingDisable Property
|
Sets/sets whether this custom tab is disabled.
Disabled tabs will not display on CMS UI.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Disable { get; set; }Property Disable As Boolean
Get
Set
property bool Disable {
bool get ();
void set (bool value);
}abstract Disable : bool with get, set
Property Value
Boolean
See Also