Inheritance
System.Object
DialogPositionData
Assembly: Syncfusion.EJ2.dll
public class DialogPositionData : EJTagHelper
Constructors
Declaration
public DialogPositionData()
Properties
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
specify the offset left value
Declaration
public string X { get; set; }
Property Value
Type |
Description |
System.String |
|
specify the offset top value.
Declaration
public string Y { get; set; }
Property Value
Type |
Description |
System.String |
|