Display
Wisej.Web.Display
Last updated
Was this helpful?
Wisej.Web.Display
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies whether a control displays the label, the icon or both.
public enum Display : EnumPublic Enum Display As [Enum]Both
The control displays both, the icon and text.
Icon
The control hides the text and displays only the icon.
Label
The control hides the icon and displays only the label.
Last updated
Was this helpful?
Was this helpful?

