Back to Devexpress

LabelSettings.Properties Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-labelsettings-be9e5156.md

latest1.6 KB
Original Source

LabelSettings.Properties Property

Provides access to the settings that are specific to the Label.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxLabelProperties Properties { get; }
vb
Public ReadOnly Property Properties As MVCxLabelProperties

Property Value

TypeDescription
MVCxLabelProperties

An MVCxLabelProperties object containing the Label specific settings.

|

Remarks

Use this property to get access to the Label specific settings. To access all the Label settings, use the members exposed by the LabelSettings class.

See Also

Label

LabelSettings Class

LabelSettings Members

DevExpress.Web.Mvc Namespace