Version

ClientUIFlags Enumeration

Indicates which state flags are set for rendering client state objects.
Members
MemberDescription
Draggableindicates the object is draggable
Droppableindicates the object is droppable
Editableindicates the object is editable
Enabledindicates that the object is enabled
Focusableindicates the object is focusable
Focusedindicates the object is currently focused
Hoverableindicates the object is hoverable
Hoveredindicates that the object is currently hovered
KBNavigableindicates that the object can be navigated with the keyboard
Selectableindicates that the object is selectable
Selectedindicates that the object is currently selected
Visibleindicates object is visible
Inheritance Hierarchy

Object
   Infragistics.Web.UI.ClientUIFlags

See Also