SummaryProperties(IPropertiesOwner, Boolean) Constructor
Initializes a new instance of the SummaryProperties class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public SummaryProperties(
IPropertiesOwner owner,
bool visible
)
Public Sub New(
owner As IPropertiesOwner,
visible As Boolean
)
Parameters
Name | Type | Description |
---|---|---|
owner | IPropertiesOwner | An object that implements the IPropertiesOwner interface. |
visible | Boolean | true to show the summary; otherwise, false. |
See Also
Feedback