Skip to main content
All docs
V18.2

ASPxDesignerElementSerializationInfo.disabled Property

Gets a value, indicating whether or not the property value can be edited.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public object disabled { get; }

Property Value

Type Description
Object

true to disable the property editing; otherwise false.

See Also