Show / Hide Table of Contents

Class CfnDashboard.ListControlDisplayOptionsProperty

The display options of a control.

Inheritance
object
CfnDashboard.ListControlDisplayOptionsProperty
Implements
CfnDashboard.IListControlDisplayOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.ListControlDisplayOptionsProperty : CfnDashboard.IListControlDisplayOptionsProperty
Syntax (vb)
Public Class CfnDashboard.ListControlDisplayOptionsProperty Implements CfnDashboard.IListControlDisplayOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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 {
                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                     InfoIconText = "infoIconText",
                     Visibility = "visibility"
                 },
                 SearchOptions = new ListControlSearchOptionsProperty {
                     Visibility = "visibility"
                 },
                 SelectAllOptions = new ListControlSelectAllOptionsProperty {
                     Visibility = "visibility"
                 },
                 TitleOptions = new LabelOptionsProperty {
                     CustomLabel = "customLabel",
                     FontConfiguration = new FontConfigurationProperty {
                         FontColor = "fontColor",
                         FontDecoration = "fontDecoration",
                         FontFamily = "fontFamily",
                         FontSize = new FontSizeProperty {
                             Absolute = "absolute",
                             Relative = "relative"
                         },
                         FontStyle = "fontStyle",
                         FontWeight = new FontWeightProperty {
                             Name = "name"
                         }
                     },
                     Visibility = "visibility"
                 }
             };

Synopsis

Constructors

ListControlDisplayOptionsProperty()

The display options of a control.

Properties

InfoIconLabelOptions

The configuration of info icon label options.

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()

The display options of a control.

public ListControlDisplayOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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 {
                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                     InfoIconText = "infoIconText",
                     Visibility = "visibility"
                 },
                 SearchOptions = new ListControlSearchOptionsProperty {
                     Visibility = "visibility"
                 },
                 SelectAllOptions = new ListControlSelectAllOptionsProperty {
                     Visibility = "visibility"
                 },
                 TitleOptions = new LabelOptionsProperty {
                     CustomLabel = "customLabel",
                     FontConfiguration = new FontConfigurationProperty {
                         FontColor = "fontColor",
                         FontDecoration = "fontDecoration",
                         FontFamily = "fontFamily",
                         FontSize = new FontSizeProperty {
                             Absolute = "absolute",
                             Relative = "relative"
                         },
                         FontStyle = "fontStyle",
                         FontWeight = new FontWeightProperty {
                             Name = "name"
                         }
                     },
                     Visibility = "visibility"
                 }
             };

Properties

InfoIconLabelOptions

The configuration of info icon label options.

public object? InfoIconLabelOptions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-listcontroldisplayoptions.html#cfn-quicksight-dashboard-listcontroldisplayoptions-infoiconlabeloptions

SearchOptions

The configuration of the search options in a list control.

public object? SearchOptions { get; set; }
Property Value

object

Remarks

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

SelectAllOptions

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

public object? SelectAllOptions { get; set; }
Property Value

object

Remarks

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

TitleOptions

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

public object? TitleOptions { get; set; }
Property Value

object

Remarks

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

Implements

CfnDashboard.IListControlDisplayOptionsProperty
Back to top Generated by DocFX