Class SplitButtonResourceWrapper
SplitButtonResourceWrapper is used to apply the static resource to its components
Inheritance
System.Object
SplitButtonResourceWrapper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Olap.Resources
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public sealed class SplitButtonResourceWrapper
Constructors
SplitButtonResourceWrapper()
Initialize a new instance of Syncfusion.Windows.Tools.Olap.Resources.SplitButtonResourceWrapper class
Declaration
public SplitButtonResourceWrapper()
Properties
CubeSelectorTitle
Gets or sets the cube selector title.
Declaration
public string CubeSelectorTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The cube selector title. |
ExceptionTitle
Gets or sets the exception title.
Declaration
public string ExceptionTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The exception title. |
OlapToolsEditorSplitButtonDeleteToolTip
Gets or sets the OlapTools editor split button delete tooltip.
Declaration
public string OlapToolsEditorSplitButtonDeleteToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OlapTools editor split button delete tooltip. |
OlapToolsEditorSplitButtonMoveDownToolTip
Gets or sets the OlapTools editor split button move down tooltip.
Declaration
public string OlapToolsEditorSplitButtonMoveDownToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OlapTools editor split button move down tooltip. |
OlapToolsEditorSplitButtonMoveUpToolTip
Gets or sets the OlapTools editor split button move up tooltip.
Declaration
public string OlapToolsEditorSplitButtonMoveUpToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OlapTools editor split button move up tooltip. |