Skip to main content
Tab

ASPxObjectContainer.ObjectProperties Property

Gets or sets the container object’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ObjectProperties ObjectProperties { get; set; }

Property Value

Type Description
ObjectProperties

A ObjectProperties descendant that contains the container object’s settings.

See Also