Class RangeNavigatorStyleSettings
Inheritance
System.Object
RangeNavigatorStyleSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class RangeNavigatorStyleSettings : EJTagHelper
Constructors
RangeNavigatorStyleSettings()
Declaration
public RangeNavigatorStyleSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
SelectedRegionColor
Declaration
public string SelectedRegionColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Thumb
Declaration
public RangeNavigatorThumbSettings Thumb { get; set; }
Property Value
UnselectedRegionColor
Declaration
public string UnselectedRegionColor { get; set; }
Property Value
Type |
Description |
System.String |
|