ICustomTabSettingIconClass Property
|
Gets/sets the index of the icon in the CMS icon listing.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxint? IconClass { get; set; }Property IconClass As Integer?
Get
Set
property Nullable<int> IconClass {
Nullable<int> get ();
void set (Nullable<int> value);
}abstract IconClass : Nullable<int> with get, set
Property Value
NullableInt32
RemarksThis settings override the setting of
Icon
See Also