A newer version of this page is available.
Switch to the current version.
ASPxPageControl.LoadingPanelImagePosition Property
Obsolete. Gets or sets the position of an image displayed within a loading panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
[DefaultValue(ImagePosition.Left)]
public ImagePosition LoadingPanelImagePosition { get; set; }
<Obsolete("Use the SettingsLoadingPanel property instead.", True)>
<DefaultValue(ImagePosition.Left)>
Public Property LoadingPanelImagePosition As ImagePosition
Property Value
Type | Default |
---|---|
ImagePosition | Left |
See Also
Feedback