Class CfnAnalysis.FilterRelativeDateTimeControlProperty
A control from a date filter that is used to specify the relative date.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FilterRelativeDateTimeControlProperty : Object, CfnAnalysis.IFilterRelativeDateTimeControlProperty
Syntax (vb)
Public Class FilterRelativeDateTimeControlProperty
Inherits Object
Implements CfnAnalysis.IFilterRelativeDateTimeControlProperty
Remarks
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 filterRelativeDateTimeControlProperty = new FilterRelativeDateTimeControlProperty {
FilterControlId = "filterControlId",
SourceFilterId = "sourceFilterId",
Title = "title",
// the properties below are optional
CommitMode = "commitMode",
DisplayOptions = new RelativeDateTimeControlDisplayOptionsProperty {
DateTimeFormat = "dateTimeFormat",
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
Visibility = "visibility"
},
TitleOptions = new LabelOptionsProperty {
CustomLabel = "customLabel",
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Visibility = "visibility"
}
}
};
Synopsis
Constructors
Filter |
Properties
Commit |
The visibility configuration of the Apply button on a |
Display |
The display options of a control. |
Filter |
The ID of the |
Source |
The source filter ID of the |
Title | The title of the |
Constructors
FilterRelativeDateTimeControlProperty()
public FilterRelativeDateTimeControlProperty()
Properties
CommitMode
The visibility configuration of the Apply button on a FilterRelativeDateTimeControl
.
public string CommitMode { get; set; }
Property Value
System.
Remarks
DisplayOptions
The display options of a control.
public object DisplayOptions { get; set; }
Property Value
System.
Remarks
FilterControlId
The ID of the FilterTextAreaControl
.
public string FilterControlId { get; set; }
Property Value
System.
Remarks
SourceFilterId
The source filter ID of the FilterTextAreaControl
.
public string SourceFilterId { get; set; }
Property Value
System.
Remarks
Title
The title of the FilterTextAreaControl
.
public string Title { get; set; }
Property Value
System.