Click or drag to resize
GridIconStyle Enumeration

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public enum GridIconStyle
Members
  Member nameValueDescription
Default0 Default icon style
Allow1 Style of icon used to start a positive action such as allow, approve, add, run, subscribe.
Warning2 Style of icon that indicates warning or problem.
Critical3 Style of icon used to start a negative action such as cancel, remove, delete, stop.
See Also