Wizard.DataListID Field

Definition

Retrieves the identifier for the sidebar DataList collection. This field is static and read-only.

protected: static initonly System::String ^ DataListID;
protected static readonly string DataListID;
 staticval mutable DataListID : string
Protected Shared ReadOnly DataListID As String 

Field Value

Remarks

The DataListID field is used primarily by control developers. The value for the DataListID is "SideBarList".

Applies to

See also