TreeviewControl.Hidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the hidden status of the cube field members in the hierarchical member selection control of a cube field.
public:
property System::Object ^ Hidden { System::Object ^ get(); void set(System::Object ^ value); };
public object Hidden { get; set; }
Public Property Hidden As Object
Property Value
Remarks
The Hidden property returns or sets an array. Each element of the array corresponds to a level of the cube field that is hidden. The maximum number of elements is the number of levels in the cube field. Each element of the array is an array of type String, containing unique member names that are hidden at the corresponding level of the control. See the DrilledDown property of the PivotItem object to determine when members are visible (expanded) in the control.