ServerSecurityForceTreeviewApplyButtonInWeb Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if treeviews should always have an apply button when rendered in the web
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ForceTreeviewApplyButtonInWeb { get; set; }
Public Property ForceTreeviewApplyButtonInWeb As Boolean
Get
Set
public:
virtual property bool ForceTreeviewApplyButtonInWeb {
bool get () sealed;
void set (bool value) sealed;
}
function get_ForceTreeviewApplyButtonInWeb();
function set_ForceTreeviewApplyButtonInWeb(value);
Return Value
Type:
BooleanTrue if treeviews should always have an apply button when rendered in the web
See Also