Back to Devexpress

Controller.Name Property

expressappframework-devexpress-dot-expressapp-dot-controller-f0fb6823.md

latest1.1 KB
Original Source

Controller.Name Property

Returns a full name of a Controller‘s type.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
public string Name { get; }
vb
<Browsable(False)>
Public ReadOnly Property Name As String

Property Value

TypeDescription
String

A string value that represents the currents Controller’s name.

|

See Also

Controller Class

Controller Members

DevExpress.ExpressApp Namespace