SplitterSeparators(IPropertiesOwner, Boolean) Constructor
Initializes a new instance of the SplitterSeparators class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public SplitterSeparators(
IPropertiesOwner owner,
bool isSeparator
)
Public Sub New(
owner As IPropertiesOwner,
isSeparator As Boolean
)
Parameters
Name | Type |
---|---|
owner | IPropertiesOwner |
isSeparator | Boolean |
See Also
Feedback