Show / Hide Table of Contents

Class CfnTemplate.ListControlDisplayOptionsProperty

The display options of a control.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-listcontroldisplayoptions.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 listControlDisplayOptionsProperty = new ListControlDisplayOptionsProperty {
    SearchOptions = new ListControlSearchOptionsProperty {
        Visibility = "visibility"
    },
    SelectAllOptions = new ListControlSelectAllOptionsProperty {
        Visibility = "visibility"
    },
    TitleOptions = new LabelOptionsProperty {
        CustomLabel = "customLabel",
        FontConfiguration = new FontConfigurationProperty {
            FontColor = "fontColor",
            FontDecoration = "fontDecoration",
            FontSize = new FontSizeProperty {
                Relative = "relative"
            },
            FontStyle = "fontStyle",
            FontWeight = new FontWeightProperty {
                Name = "name"
            }
        },
        Visibility = "visibility"
    }
};

Synopsis

Constructors

ListControlDisplayOptionsProperty()

Properties

SearchOptions

The configuration of the search options in a list control.

SelectAllOptions

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

TitleOptions

The options to configure the title visibility, name, and font size.

Constructors

ListControlDisplayOptionsProperty()

public ListControlDisplayOptionsProperty()

Properties

SearchOptions

The configuration of the search options in a list control.

public object SearchOptions { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-listcontroldisplayoptions.html#cfn-quicksight-template-listcontroldisplayoptions-searchoptions

SelectAllOptions

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

public object SelectAllOptions { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-listcontroldisplayoptions.html#cfn-quicksight-template-listcontroldisplayoptions-selectalloptions

TitleOptions

The options to configure the title visibility, name, and font size.

public object TitleOptions { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-listcontroldisplayoptions.html#cfn-quicksight-template-listcontroldisplayoptions-titleoptions

Implements

CfnTemplate.IListControlDisplayOptionsProperty
Back to top Generated by DocFX