ASPxClientTitleBase.dock Property
In This Article
Gets a value that specifies to which edges of a parent element the title should be docked.
#Declaration
TypeScript
dock: string
#Property Value
Type | Description |
---|---|
string | A string value. |
#Remarks
The following dock styles are available: Left, Top, Right and Bottom.
See Also