Back to Devexpress

MVCxButtonEdit.Properties Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxbuttonedit.md

latest1.4 KB
Original Source

MVCxButtonEdit.Properties Property

Provides access to the settings which are specific to the current editor type.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
ButtonEditProperties

An object containing editor type specific settings.

|

Remarks

For internal use only. Use the ButtonEditSettings.Properties property instead.

See Also

ButtonEdit

ButtonEditFor

MVCxButtonEdit Class

MVCxButtonEdit Members

DevExpress.Web.Mvc Namespace