Gets or sets the position of the wait image.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Callback")]
[DefaultValueAttribute(ElementPosition.Center)]
[JsonAttribute(true, true, ElementPosition.Center)]
[LayoutAttribute(LayoutType.Appearance)]
public virtual ElementPosition WaitImagePosition { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Callback")> _
<DefaultValueAttribute(ElementPosition.Center)> _
<JsonAttribute(True, True, ElementPosition.Center)> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Overridable Property WaitImagePosition As ElementPosition
	Get
	Set

Field Value

Default value is Center.

See Also