dbicDropDate Send comments on this topic.
ReadOnly Property
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : ReadOnly Property

Determines if the value is readonly.

Syntax

Visual Basic (Declaration) 
Public Property ReadOnly As Boolean
C# 
public bool ReadOnly {get; set;}

Property Value

Boolean

Remarks

If this property is set to true, the value can still be changed via code.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also