Show / Hide Table of Contents

Class CfnAnalysis.ListControlSelectAllOptionsProperty

The configuration of the Select all options in a list control.

Inheritance
System.Object
CfnAnalysis.ListControlSelectAllOptionsProperty
Implements
CfnAnalysis.IListControlSelectAllOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class ListControlSelectAllOptionsProperty : Object, CfnAnalysis.IListControlSelectAllOptionsProperty
Syntax (vb)
Public Class ListControlSelectAllOptionsProperty
    Inherits Object
    Implements CfnAnalysis.IListControlSelectAllOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-listcontrolselectalloptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;

var listControlSelectAllOptionsProperty = new ListControlSelectAllOptionsProperty {
    Visibility = "visibility"
};

Synopsis

Constructors

ListControlSelectAllOptionsProperty()

Properties

Visibility

The visibility configuration of the Select all options in a list control.

Constructors

ListControlSelectAllOptionsProperty()

public ListControlSelectAllOptionsProperty()

Properties

Visibility

The visibility configuration of the Select all options in a list control.

public string Visibility { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-listcontrolselectalloptions.html#cfn-quicksight-analysis-listcontrolselectalloptions-visibility

Implements

CfnAnalysis.IListControlSelectAllOptionsProperty
Back to top Generated by DocFX