LayoutItemHelpTextSettings.Position Property
Gets or sets the position of the layout item help text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(HelpTextPosition.Auto)]
public virtual HelpTextPosition Position { get; set; }
Property Value
Type | Default | Description |
---|---|---|
HelpTextPosition | Auto | One of the HelpTextPosition enumeration values. |
Available values:
Name | Description |
---|---|
Auto | The element is automatically displayed at the default position. |
Top | A help text is displayed at the top of the nested control. |
Bottom | A help text is displayed at the bottom of the nested control. |
Left | A help text is displayed at the left of the nested control. |
Right | A help text is displayed at the right of the nested control. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Position |
---|---|---|
ASP.NET Web Forms Controls | ASPxFormLayout |
|
FormLayoutProperties |
|
|
LayoutGroupBase |
|
|
LayoutItem |
|
|
ASP.NET MVC Extensions | FormLayoutSettings<ModelType> |
|
See Also