DataBusDataSource.SetPropertyDependance(String, String[]) Method

Definition

Indicates the dependency property that is set to the DataBus control.

protected:
 virtual void SetPropertyDependance(System::String ^ mainPropertyName, ... cli::array <System::String ^> ^ dependantPropertyNames);
protected virtual void SetPropertyDependance (string mainPropertyName, params string[] dependantPropertyNames);
abstract member SetPropertyDependance : string * string[] -> unit
override this.SetPropertyDependance : string * string[] -> unit
Protected Overridable Sub SetPropertyDependance (mainPropertyName As String, ParamArray dependantPropertyNames As String())

Parameters

mainPropertyName
String

A string that represents the main name of the property.

dependantPropertyNames
String[]

A string that represents the supporting names of the property.

Applies to