Interface ITreeNodeAdvSubItemStyle
Provides the functionality of all sub item in a TreeNodeAdv.
Assembly: Syncfusion.Tools.Windows.dll
public interface ITreeNodeAdvSubItemStyle
Properties
Declaration
BrushInfo Background { get; set; }
Property Value
Declaration
string BaseStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.Drawing.Font |
|
HelpText
Declaration
string HelpText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
Image LeftImage { get; set; }
Property Value
Type |
Description |
System.Drawing.Image |
|
Declaration
int[] LeftImageIndices { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
int LeftImagePadding { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
Image RightImage { get; set; }
Property Value
Type |
Description |
System.Drawing.Image |
|
Declaration
int[] RightImageIndices { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
int RightImagePadding { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
Property Value
Type |
Description |
System.Object |
|
Text
Declaration
string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextColor
Declaration
Color TextColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Methods
Declaration
Declaration
Declaration
ResetHelpText()
Declaration
Declaration
Declaration
void ResetLeftImageIndices()
Declaration
void ResetLeftImagePadding()
Declaration
Declaration
void ResetRightImageIndices()
Declaration
void ResetRightImagePadding()
Declaration
ResetText()
Declaration
ResetTextColor()
Declaration
Declaration
bool ShouldSerializeBackground()
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool ShouldSerializeBaseStyle()
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool ShouldSerializeFont()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeHelpText()
Declaration
bool ShouldSerializeHelpText()
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool ShouldSerializeLeftImage()
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool ShouldSerializeLeftImageIndices()
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool ShouldSerializeLeftImagePadding()
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool ShouldSerializeRightImage()
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool ShouldSerializeRightImageIndices()
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool ShouldSerializeRightImagePadding()
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool ShouldSerializeTag()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeText()
Declaration
bool ShouldSerializeText()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTextColor()
Declaration
bool ShouldSerializeTextColor()
Returns
Type |
Description |
System.Boolean |
|