ICustomTabSettingIconClass Property
|
Gets/sets the index of the icon in the CMS icon listing.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax Nullable<int> IconClass { get; set; }
Property IconClass As Nullable(Of Integer)
Get
Set
property Nullable<int> IconClass {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract IconClass : Nullable<int> with get, set
Property Value
Type:
NullableInt32Remarks This settings override the setting of
IconSee Also